We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c7a2d commit ba2cc20Copy full SHA for ba2cc20
.github/workflows/deploy.yml
@@ -48,7 +48,7 @@ jobs:
48
aws-region: ${{ secrets.AWS_REGION }}
49
50
- name: Deploy to S3
51
- run: aws s3 sync ./build s3://${{ secrets.AWS_BUCKET_NAME }} --delete
+ run: aws s3 sync ./dist s3://${{ secrets.AWS_BUCKET_NAME }} --delete
52
53
- name: Invalidate CloudFront Cache
54
run: aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_DISTRIBUTION_ID }} --paths "/*"
0 commit comments