forked from toolshed/abra
add env ENABLE_AUTO_UPDATE as label to enable/disable the auto update process
This commit is contained in:
@ -181,6 +181,7 @@ recipes.
|
||||
config.ExposeAllEnv(stackName, compose, app.Env)
|
||||
config.SetRecipeLabel(compose, stackName, app.Recipe)
|
||||
config.SetChaosLabel(compose, stackName, internal.Chaos)
|
||||
config.SetUpdateLabel(compose, stackName, app.Env)
|
||||
|
||||
if !internal.Force {
|
||||
if err := internal.NewVersionOverview(app, deployedVersion, chosenDowngrade, ""); err != nil {
|
||||
|
Reference in New Issue
Block a user