Skip to content

Commit

Permalink
Add missing s3 marker in deployment script (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
campos20 committed Jun 27, 2024
1 parent c86d6a3 commit a9fbb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontdeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
export AWS_DEFAULT_REGION=${{ secrets.AWS_DEFAULT_REGION }}
aws configure set preview.cloudfront true
aws s3 sync dist ${{ secrets.AWS_S3_BUCKET }} --delete
aws s3 sync dist s3://${{ secrets.AWS_S3_BUCKET }} --delete
aws cloudfront create-invalidation --distribution-id ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }} --paths /\*

0 comments on commit a9fbb10

Please sign in to comment.