We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d273f38 commit 44ed461Copy full SHA for 44ed461
internal/cli/deploy/deploy.go
@@ -19,7 +19,7 @@ import (
19
20
func init() {
21
cmd := root.Command("deploy", "Deploy the project.").Default()
22
- stage := cmd.Arg("stage", "Target stage name.").Default("staging").String()
+ stage := cmd.Arg("stage", "Target stage name.").Default("production").String()
23
noBuild := cmd.Flag("no-build", "Disable build related hooks.").Bool()
24
25
cmd.Example(`up deploy`, "Deploy to the staging environment.")
0 commit comments