Skip to content

Commit

Permalink
Merge branch 'Server/CD' of https://github.com/Sundae-Gukbap/Banchang…
Browse files Browse the repository at this point in the history
…o-AI into Server/CD
  • Loading branch information
Due-IT committed Sep 22, 2024
2 parents dabaca0 + 0677ac6 commit feef981
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0

- name: make application-prod.yml
run: |
cd ./Server/banchango/src/main/resources
touch ./application-prod.properties
echo "${{ secrets.APPLICATION_PROD }}" > ./application-prod.properties
- name: Grant execute permission for gradlew
run: chmod +x ./Server/banchango/gradlew
Expand Down

0 comments on commit feef981

Please sign in to comment.