Add a "deploy" command
authorRobert van Gent <rvangent@google.com>
Thu, 20 Dec 2018 19:22:03 +0000 (11:22 -0800)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 3 May 2019 15:58:40 +0000 (17:58 +0200)
commitc7165589b3be5923f1275f0024818e6ae889d881
tree333590256ddbeaecbe310c980f133782831eb13e
parentad5703a91712cd245231ba8fdbc49632c794a165
Add a "deploy" command
commands/commands.go
commands/deploy.go [new file with mode: 0644]
commands/hugo.go
deploy/deploy.go [new file with mode: 0644]
deploy/deployConfig.go [new file with mode: 0644]
deploy/deployConfig_test.go [new file with mode: 0644]
deploy/deploy_test.go [new file with mode: 0644]
docs/config.toml
go.mod
go.sum