Skip to content

Commit

Permalink
Update aws.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
van1164 committed Apr 22, 2024
1 parent f2c727d commit 9d5b4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "${{ secrets.APPLICATION_PROPERTIES }}" > src/main/resources/application.properties
cat src/main/resources/application-prod.properties
chmod +x gradlew
./gradlew clean build
./gradlew clean build --exclude-task test
ls
pwd
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/streaming .
Expand Down

0 comments on commit 9d5b4a9

Please sign in to comment.