deploy: Add ability to invalidate Google Cloud CDN

This commit is contained in:
Garret Kelly
2019-10-03 08:46:27 -04:00
committed by Bjørn Erik Pedersen
parent 298092d516
commit 674e81ae87
5 changed files with 57 additions and 6 deletions

View File

@@ -37,6 +37,10 @@ type target struct {
URL string
CloudFrontDistributionID string
// GoogleCloudCDNOrigin specifies the Google Cloud project and CDN origin to
// invalidate when deploying this target. It is specified as <project>/<origin>.
GoogleCloudCDNOrigin string
}
// matcher represents configuration to be applied to files whose paths match