-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add optional Cloudfront invalidation step at the end #32
base: master
Are you sure you want to change the base?
Conversation
If AWS_CF_DISTRIBUTION_ID is set, a CloudFront invalidation request will be created for path `/*`. Useful when hosting websites with S3 + CF.
@jgarth It would be useful to validate not |
That could be a really useful feature, but it could be optional. |
In addition to Currently, I'm getting by with https://github.com/chetan/invalidate-cloudfront-action but it sure would be great to have everything under one roof, so to speak. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be awesome.
@jakejarvis Any potential for getting this evaluated/merged? |
Any update on this? Could be really helpful! |
If
$AWS_CF_DISTRIBUTION_ID
is set, a Cloudfront invalidation request willbe created for paths
/*
. Useful when hosting websites with S3 + Cloudfront.