forked from toolshed/abra
Set chaos version label for each deployed or upgraded app
This commit is contained in:
@ -139,6 +139,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.SetChaosVersionLabel(compose, app.StackName(), version)
|
||||
config.SetUpdateLabel(compose, app.StackName(), app.Env)
|
||||
|
||||
if err := DeployOverview(app, version, "continue with deployment?"); err != nil {
|
||||
|
Reference in New Issue
Block a user