Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Due-IT authored Sep 22, 2024
1 parent 16dd3c7 commit 0677ac6
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 0677ac6

Please sign in to comment.