Skip to content

Commit

Permalink
ci: add cloudfront support
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbae0 committed Jan 25, 2024
1 parent d8bc45e commit 003bb10
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,4 @@ jobs:
- name: Invalidate CloudFront Cache
run: |
aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }}
aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws configure set default.region us-east-1
aws cloudfront create-invalidation --distribution-id your-cloudfront-distribution-id --paths "/*"
aws cloudfront create-invalidation --distribution-id E358GJ8WE0C9JG --paths "/*"

0 comments on commit 003bb10

Please sign in to comment.