summaryrefslogtreecommitdiffstats
path: root/deploy/deployConfig.go
AgeCommit message (Collapse)Author
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
* Add file context to minifier errors when publishing * Misc fixes (see issues) * Allow custom server error template in layouts/server/error.html To get to this, this commit also cleans up and simplifies the code surrounding errors and files. This also removes the usage of `github.com/pkg/errors`, mostly because of https://github.com/pkg/errors/issues/223 -- but also because most of this is now built-in to Go. Fixes #9852 Fixes #9857 Fixes #9863
2022-03-17all: gofmt -w -r 'interface{} -> any' .Bjørn Erik Pedersen
Updates #9687
2021-12-01Check for empty deployment targets and matchersJoe Mooring
Fixes #9220
2020-12-03all: Format code with gofumptBjørn Erik Pedersen
See https://github.com/mvdan/gofumpt
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-02-27deploy: Implement include/exclude filters for deployRobert van Gent
Fixes #6922
2019-10-03deploy: Add ability to invalidate Google Cloud CDNGarret Kelly
2019-05-31Drop dashes in http header matcher attributes; other changes from code reviewRobert 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-03Add a "deploy" commandRobert van Gent