hugo/deploy
Matt Brown c3f273b2d7 deploy: Create AWS session for CloudFront invalidation via Go CDK
This allows the AWS credentials to be picked up from the configured
target URL (like blob does) rather than the current behaviour of only
relying on the defaults.

Relying on the defaults here means having to specify credentials twice
(once in the URL for the blob, once in the environment for this code
path) when non-default AWS credentials are in used (e.g. via a profile).
2023-08-30 16:38:20 +03:00
..
cloudfront.go deploy: Create AWS session for CloudFront invalidation via Go CDK 2023-08-30 16:38:20 +03:00
deploy.go deploy: Create AWS session for CloudFront invalidation via Go CDK 2023-08-30 16:38:20 +03:00
deploy_azure.go all: gofmt -w -r 'interface{} -> any' . 2022-03-17 22:03:27 +01:00
deploy_test.go Replace the old log setup, with structured logging etc. 2023-06-18 13:03:04 +02:00
deployConfig.go Fix broken nodeploy setup 2023-06-23 12:40:43 +02:00
deployConfig_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
google.go all: gofmt -w -r 'interface{} -> any' . 2022-03-17 22:03:27 +01:00