Skip to content

Commit

Permalink
Update haemil-CICD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devyubin authored Aug 12, 2023
1 parent 048ddfe commit b168a33
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/haemil-CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'

- name: Copy application-secret
env:
APPLICATION_SECRET: ${{ secrets.APPLICATION_SECRET }}
run: echo $APPLICATION_SECRET | base64 --decode > src/main/resources/application-secret.yml
APPLICATION_SECRET: ${{ secrets.APPLICATION_SECRET }}
run: echo "$APPLICATION_SECRET" > src/main/resources/application-secret.yml

# (3) Gradle build (Test 제외)
- name: Build with Gradle
Expand Down

0 comments on commit b168a33

Please sign in to comment.