Skip to content

Commit 0b5e416

Browse files
committed
delete cloudfront invalidation
1 parent d9f41af commit 0b5e416

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/deploy-frontend-manual.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ jobs:
6060
cd apps/client
6161
aws s3 sync dist/ s3://worknow-frontend --delete
6262
63-
- name: Invalidate CloudFront cache
64-
run: |
65-
aws cloudfront create-invalidation \
66-
--distribution-id ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }} \
67-
--paths "/*"
68-
6963
- name: Deployment Summary
7064
run: |
7165
echo "🚀 Frontend deployment completed successfully!"

0 commit comments

Comments
 (0)