refactor: drop internal deploy package

This commit is contained in:
2023-07-25 18:03:37 +02:00
parent 949510d4c3
commit a7f1af7476
5 changed files with 346 additions and 354 deletions

View File

@ -117,7 +117,7 @@ Passing "-p/--prune" does not remove those volumes.
logrus.Fatalf("%s is not deployed?", app.Name)
}
if err := internal.DeployOverview(app, deployedVersion, "continue with undeploy?"); err != nil {
if err := DeployOverview(app, deployedVersion, "continue with undeploy?"); err != nil {
logrus.Fatal(err)
}