Skip to content

Commit

Permalink
chore: cd 스크립트 application-dev.yml 세팅 로직 작성 #61
Browse files Browse the repository at this point in the history
  • Loading branch information
PgmJun authored Jul 24, 2024
1 parent 7c0c7ee commit 5e2696f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/be-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Setting application.yml
run: |
echo ${{ secrets.application-yml-dev }} > src/main/resources/application-dev.yml
- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down

0 comments on commit 5e2696f

Please sign in to comment.