summaryrefslogtreecommitdiffstats
path: root/deploy
AgeCommit message (Expand)Author
2023-05-16Create a struct with all of Hugo's config optionsBjørn Erik Pedersen
2023-03-07ensure we default to 10 correctlydavidejones
2023-03-07switch transfers to workersdavidejones
2023-03-07customize parallel transfer countdavidejones
2023-03-01Replace deprecated ioutil with io and osOleksandr Redko
2022-06-06deps: Update to github.com/pelletier/go-toml/v2 v2.0.1Anthony Fok
2022-05-06Improve error messages, esp. when the server is runningBjørn Erik Pedersen
2022-04-05deploy: Set an MD5 attribute and use that if eTag not availableDavid Jones
2022-03-17all: gofmt -w -r 'interface{} -> any' .Bjørn Erik Pedersen
2021-12-11Remove debug statementJoe Mooring
2021-12-01Check for empty deployment targets and matchersJoe Mooring
2021-06-14Misc config loading fixesBjørn Erik Pedersen
2021-04-29deploy: Don't treat a NotFound response for Delete as a fatal error.Robert van Gent
2021-03-14media: Make Type comparableBjørn Erik Pedersen
2020-12-03all: Format code with gofumptBjørn Erik Pedersen
2020-10-28deploy: Do not call CDN service invalidation when executing a dry run deploymentJosé Moreira
2020-10-23build: Allow optional "nodeploy" tag to exclude deploy command from binEric Hagman
2020-08-03Respect mediatypes for deploy satotake
2020-05-14deploy: Do not suppress .well-known/ directoryJohn Weldon
2020-03-08deploy: Add include and exclude support for remoteDavid Jones
2020-02-27deploy: Implement include/exclude filters for deployRobert van Gent
2019-10-03deploy: Add ability to invalidate Google Cloud CDNGarret Kelly
2019-09-13deploy: Do not compile in Azure on SolarisFazal Majid
2019-08-12tests: Convert from testify to quicktestBjørn Erik Pedersen
2019-08-10Fixed tautological error conditionsChristian Muehlhaeuser
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