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 6d97f9a commit b3aad8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-match.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
echo "${{ secrets.MATCH_ENV_VARS }}" >> match/src/main/resources/prod.env
cd ./match
chmod +x ./gradlew
./gradlew build --warning-mode all --scan
./gradlew build --warning-mode all --scan -Pprofile=prod
- name: Configure AWS credentials
Expand Down

0 comments on commit b3aad8d

Please sign in to comment.