Skip to content

Commit

Permalink
build to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Aug 7, 2024
1 parent cd0ed67 commit d43b486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Replace S3 bucket contents
run: |
aws s3 rm s3://${{ secrets.AWS_FRONTEND_S3_BUCKET }} --recursive
aws s3 cp frontend/build s3://${{ secrets.AWS_FRONTEND_S3_BUCKET }} --recursive
aws s3 cp frontend/dist s3://${{ secrets.AWS_FRONTEND_S3_BUCKET }} --recursive
aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"
build-and-deploy-backend:
Expand Down

0 comments on commit d43b486

Please sign in to comment.