add env ENABLE_AUTO_UPDATE as label to enable/disable the auto update process

This commit is contained in:
2023-01-31 13:33:41 +01:00
parent ebb86391af
commit 6774893412
4 changed files with 18 additions and 0 deletions

View File

@ -137,6 +137,7 @@ func DeployAction(c *cli.Context) error {
config.ExposeAllEnv(app.StackName(), compose, app.Env)
config.SetRecipeLabel(compose, app.StackName(), app.Recipe)
config.SetChaosLabel(compose, app.StackName(), Chaos)
config.SetUpdateLabel(compose, app.StackName(), app.Env)
if err := DeployOverview(app, version, "continue with deployment?"); err != nil {
logrus.Fatal(err)