summaryrefslogtreecommitdiffstats
path: root/deploy/deploy_test.go
AgeCommit message (Expand)Author
2024-02-07Avoid impporting deploy from config when nodeploy tag is setBjørn Erik Pedersen
2024-01-27all: Rework page store, add a dynacache, improve partial rebuilds, and some g...develop2024Bjørn Erik Pedersen
2023-06-18Replace the old log setup, with structured logging etc.Bjørn Erik Pedersen
2023-05-16Create a struct with all of Hugo's config optionsBjørn Erik Pedersen
2023-03-01Replace deprecated ioutil with io and osOleksandr Redko
2022-03-17all: gofmt -w -r 'interface{} -> any' .Bjørn Erik Pedersen
2020-12-03all: Format code with gofumptBjørn Erik Pedersen
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-05-09deploy: Add tests; fix WindowsRobert van Gent
2019-05-06deploy: Support configuration of upload orderRobert van Gent
2019-05-03Add a "deploy" commandRobert van Gent