0
0
forked from toolshed/abra

WIP: make "abra app deploy" callable by code

Closes coop-cloud/organising#212.
This commit is contained in:
2021-11-03 09:20:40 +01:00
parent 911f22233f
commit c227972c12
8 changed files with 210 additions and 189 deletions

View File

@ -40,7 +40,7 @@ volumes as eligiblef or pruning once undeployed.
logrus.Fatalf("'%s' is not deployed?", stackName)
}
if err := DeployOverview(app, deployedVersion, "continue with undeploy?"); err != nil {
if err := internal.DeployOverview(app, deployedVersion, "continue with undeploy?"); err != nil {
logrus.Fatal(err)
}