feat: more info on version changing deployments

This commit is contained in:
2021-10-14 13:30:33 +02:00
parent 5dd97cace0
commit 0d500b636d
3 changed files with 31 additions and 2 deletions

View File

@ -144,7 +144,7 @@ data beforehand - see "abra app backup <app>" for more.
}
if !internal.Force {
if err := DeployOverview(app, chosenDowngrade); err != nil {
if err := NewVersionOverview(app, deployedVersion, chosenDowngrade); err != nil {
logrus.Fatal(err)
}
}