We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6e3f1 commit a66c1b0Copy full SHA for a66c1b0
bitbucket-pipelines.yml
@@ -215,7 +215,7 @@ definitions:
215
- git push
216
217
- step: &find-and-invalidate-cloudfront-dev
218
- name: Find and Invalidate CloudFront Cache
+ name: Invalidate CloudFront Dev Cache
219
image: amazon/aws-cli
220
script:
221
- export AWS_ACCESS_KEY_ID=$AWS_ACCESS_CF_KEY_ID
@@ -226,7 +226,7 @@ definitions:
226
- aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DISTRIBUTION_ID --paths "/*"
227
228
- step: &find-and-invalidate-cloudfront-staging
229
+ name: Invalidate CloudFront Staging Cache
230
231
232
0 commit comments