Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deploy
AgeCommit message (Collapse)Author
2020-12-03all: Format code with gofumptBjørn Erik Pedersen
See https://github.com/mvdan/gofumpt
2020-10-28deploy: Do not call CDN service invalidation when executing a dry run deploymentJosé Moreira
Currently, if cache invalidation is enabled when running `hugo deploy --dryRun` with , the deployer does not take the dry run flag into consideration and triggers CloudFront/GoogleCloudCDN cache invalidation if any of those services are configured. This change will instead print a feedback message if a dry run is in effect and quiet mode is not enabled. Fixes #7884
2020-10-23build: Allow optional "nodeploy" tag to exclude deploy command from binEric Hagman
Fixes #7826
2020-08-03Respect mediatypes for deploy satotake
Fixes #6861
2020-05-14deploy: Do not suppress .well-known/ directoryJohn Weldon
Deployments ignore directories with a leading `.`, but should not ignore certain well known 'hidden' directories like `.well-known/` Fixes #6691
2020-03-08deploy: Add include and exclude support for remoteDavid Jones
2020-02-27deploy: Implement include/exclude filters for deployRobert van Gent
Fixes #6922
2019-10-03deploy: Add ability to invalidate Google Cloud CDNGarret Kelly
2019-09-13deploy: Do not compile in Azure on SolarisFazal Majid
See #6324
2019-08-12tests: Convert from testify to quicktestBjørn Erik Pedersen
2019-08-10Fixed tautological error conditionsChristian Muehlhaeuser
Drop error & nil checks where the value can not have changed.
2019-06-08deploy: Default --target to the first deployment targetRobert van Gent
2019-05-31Drop dashes in http header matcher attributes; other changes from code reviewRobert van Gent
2019-05-30deploy: remove TODO comment about subfolders; handled by GoCDK blob URLsRobert van Gent
2019-05-09deploy: Add tests; fix WindowsRobert van Gent
2019-05-06deploy: Support configuration of upload orderRobert van Gent
2019-05-06deploy: Support invalidating a CloudFront CDN cacheRobert van Gent
2019-05-04deploy: compute MD5 by reading if List didn't provide oneRobert van Gent
2019-05-03Add a "deploy" commandRobert van Gent