Skip to content

Commit

Permalink
chore: CICD application.yml 생성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
nohy6630 committed May 3, 2024
1 parent 019a5f8 commit 88acc45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Create application-dev.yml
env:
APPLICATION_DEV: ${{secrets.APPLICATION_DEV}}
run: echo $APPLICATION_DEV | base64 --decode > src/main/resources/application.yml

- name: Grant execute permission for gradlew
run: chmod u+x gradlew

Expand Down

0 comments on commit 88acc45

Please sign in to comment.