Skip to content

Commit

Permalink
ci: fix aws deploy path
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Oct 27, 2023
1 parent 105371d commit ecb19c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: ./.github/actions/deploy
with:
aws_role: ${{ secrets.AWS_ROLE_PRODUCTION_ACCOUNT }}
aws_deploy_path: ${{ secrets.TEST_BUCKET }}
aws_deploy_path: ${{ secrets.AWS_PRODUCTION_BUCKET }}
aws_s3_sync_args: --include '*' --exclude '*/*'
aws_s3_cache: max-age=3600
cloudfront_distribution_id: ${{ secrets.CLOUDFRONT_ID_PRODUCTION }}
Expand Down

0 comments on commit ecb19c4

Please sign in to comment.