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 f45fb06 commit 72ba984
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
touch src/main/resources/application-oauth.properties
touch src/main/resources/application-prod.properties
touch src/main/resources/application.properties
echo "${{ secrets.APPLICATION_PROD }}" > src/main/resources/application-prod.properties
echo "${{ secrets.APPLICATION_OAUTH }}" > src/main/resources/application-oauth.properties
echo "${{ secrets.APPLICATION_PROPERTIES }}" > src/main/resources/application.properties
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 src/main/resources/application-prod.properties
chmod +x gradlew
./gradlew clean build --exclude-task test
Expand Down

0 comments on commit 72ba984

Please sign in to comment.