summaryrefslogtreecommitdiff
path: root/cmd/gonf/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gonf/main.go')
-rw-r--r--cmd/gonf/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/gonf/main.go b/cmd/gonf/main.go
index fe6f065..99817c4 100644
--- a/cmd/gonf/main.go
+++ b/cmd/gonf/main.go
@@ -76,6 +76,8 @@ where FLAG can be one or more of`, flag.ContinueOnError)
switch cmd {
case "build":
return cmdBuild(ctx, f, argsTail, getenv, stdout, stderr)
+ case "deploy":
+ return cmdDeploy(ctx, f, argsTail, getenv, stdout, stderr)
default:
f.Usage()
return fmt.Errorf("invalid command: %s", cmd)