Skip to content

Commit

Permalink
[CI/CD] workflow ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
eunsol-an authored Sep 7, 2024
1 parent 5ba5322 commit 69e63c6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,19 @@ jobs:
java-version: '17'

# (3) application.yml ์„ธํŒ…
- name: set application.yml
- name: Set application.yml
run: |
echo "${{ secrets.NEXTROOM_APPLICATION_YML }}" > src/main/resources/application.yml
# (3-1) Google Credential ์„ธํŒ…
- name: Set Google Credential
id: create-json
uses: jsdaniell/[email protected]
with:
name: "nextroom-423b5-c373d4cf16bb.json"
json: ${{ secrets.NEXTROOM_GOOGLE_CREDENTIAL }}
dir: 'src/main/resources/'

# (4) Gradle build (Test ์ œ์™ธ)
- name: Build with Gradle
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
Expand Down

0 comments on commit 69e63c6

Please sign in to comment.