Skip to content

Commit aa70863

Browse files
authored
Merge pull request #32 from PythonMexico/migrate/github-pages-to-s3
chore: 🗑️ remove CloudFront cache invalidation step from staging depl…
2 parents e490e9e + c566016 commit aa70863

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@ jobs:
7575
--exclude "*" \
7676
--include "sitemap.xml"
7777
78-
- name: Invalidate CloudFront cache
79-
run: |
80-
aws cloudfront create-invalidation \
81-
--distribution-id ${{ secrets.CLOUDFRONT_DISTRIBUTION }} \
82-
--paths "/*"
83-
8478
- name: Deployment summary
8579
run: |
8680
echo "✅ Staging website deployed successfully!"

0 commit comments

Comments
 (0)