build: Allow optional "nodeploy" tag to exclude deploy command from bin
authorEric Hagman <emhagman@gmail.com>
Fri, 23 Oct 2020 07:03:41 +0000 (03:03 -0400)
committerGitHub <noreply@github.com>
Fri, 23 Oct 2020 07:03:41 +0000 (09:03 +0200)
commitf465c5c3079261eb7fa513e2d2793851b9c52b83
tree9d39a3601ad2563d939e6b0e53eb24553cfb5077
parent3400aff2588cbf9dd4629c05537d16b019d0fdf5
build: Allow optional "nodeploy" tag to exclude deploy command from bin

Fixes #7826
Dockerfile
commands/deploy.go
commands/nodeploy.go [new file with mode: 0644]
deploy/cloudfront.go
deploy/deploy.go
deploy/deployConfig.go
deploy/deployConfig_test.go
deploy/deploy_azure.go
deploy/deploy_test.go
deploy/google.go
magefile.go