We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdb711 commit 5053433Copy full SHA for 5053433
args.go
@@ -412,7 +412,7 @@ const (
412
// ArgProjectSource is either git, github or gitlab.
413
ArgProjectSource = "source"
414
// ArgDeployOnPush allow auto deploy on project update.
415
- ArgDeployOnPush = "deployonpush"
+ ArgDeployOnPush = "deploy-on-push"
416
// ArgProjectBrach is git project branch.
417
ArgProjectBrach = "branch"
418
)
0 commit comments