Skip to content

Commit

Permalink
fix(action) Rename cloudfront distribustion id sercret name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grevin committed Feb 23, 2024
1 parent f9a3fc0 commit e91d2ad
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 @@ -137,7 +137,7 @@ jobs:

- name: Clear caches
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
run: aws cloudfront create-invalidation --distribution-id "${{ secrets.CLOUDFRONT_DISTRIBUTION }}" --paths "/*"
run: aws cloudfront create-invalidation --distribution-id "${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION_ID }}" --paths "/*"

- name: Indexing on Algolia
run: yarn indexation:algolia
Expand Down

0 comments on commit e91d2ad

Please sign in to comment.