mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
deploy: Add ability to invalidate Google Cloud CDN
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
298092d516
commit
674e81ae87
@@ -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
|
||||
|
Reference in New Issue
Block a user