diff options
author | Eric Hagman <[email protected]> | 2020-10-23 03:03:41 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-23 09:03:41 +0200 |
commit | f465c5c3079261eb7fa513e2d2793851b9c52b83 (patch) | |
tree | 9d39a3601ad2563d939e6b0e53eb24553cfb5077 /commands/deploy.go | |
parent | 3400aff2588cbf9dd4629c05537d16b019d0fdf5 (diff) | |
download | hugo-f465c5c3079261eb7fa513e2d2793851b9c52b83.tar.gz hugo-f465c5c3079261eb7fa513e2d2793851b9c52b83.zip |
build: Allow optional "nodeploy" tag to exclude deploy command from bin
Fixes #7826
Diffstat (limited to 'commands/deploy.go')
-rw-r--r-- | commands/deploy.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/deploy.go b/commands/deploy.go index 7133f9a0e..2e1557609 100644 --- a/commands/deploy.go +++ b/commands/deploy.go @@ -11,6 +11,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build !nodeploy + package commands import ( |