Skip to content

Commit

Permalink
Update aws.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
van1164 authored Jun 1, 2024
1 parent d3908d3 commit a8688c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
echo "${{ secrets.APPLICATION_PROD }}" > video/src/main/resources/application-prod.properties
echo "${{ secrets.APPLICATION_OAUTH }}" > video/src/main/resources/application-oauth.properties
echo "${{ secrets.APPLICATION_PROPERTIES }}" > video/src/main/resources/application.properties
cat video/src/main/resources/application-prod.properties
touch util/src/main/resources/application.properties
echo "${{ secrets.UTILL_APPLICATION_PROPERTIES }}" > util/src/main/resources/application.properties
chmod +x gradlew
./gradlew clean video:build --exclude-task test
Expand Down

0 comments on commit a8688c2

Please sign in to comment.