Skip to content

Commit

Permalink
Update deploy-match.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeri93 committed Aug 2, 2024
1 parent 376a2d7 commit 9defe74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-match.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:

- name: Build with Gradle
run: |
touch match/src/main/resources/prod.env
echo "${{ secrets.MATCH_ENV_VARS }}" >> match/src/main/resources/prod.env
cd ./match
chmod +x ./gradlew
./gradlew build --warning-mode all --scan
Expand Down

0 comments on commit 9defe74

Please sign in to comment.