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 85dbf79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Create application-dev.yml
env:
APPLICATION_DEV: ${{secrets.APPLICATION_DEV}}
run: |
mkdir -p src/main/resources
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 85dbf79

Please sign in to comment.