Skip to content

Commit

Permalink
chore:CD
Browse files Browse the repository at this point in the history
  • Loading branch information
codernesty committed Aug 22, 2024
1 parent 2de1925 commit b209dd2
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 @@ -97,7 +97,7 @@ jobs:
- name: Replace S3 bucket contents
run: |
aws s3 rm s3://${{ secrets.S3_BUCKET }} --recursive
aws s3 cp frontend/dist s3://${{ secrets.S3_BUCKET }} --recursive
aws s3 cp frontend/build s3://${{ secrets.S3_BUCKET }} --recursive
# Step 7: CloudFront
- name: Invalidate CloudFront cache
Expand Down

0 comments on commit b209dd2

Please sign in to comment.