0
0
forked from toolshed/abra

feat: support hetzner cloud server removal

Part of coop-cloud/organising#212.
This commit is contained in:
2021-11-03 08:34:36 +01:00
parent f57ae1e904
commit f041083604
3 changed files with 118 additions and 12 deletions

View File

@ -466,7 +466,7 @@ You may omit flags to avoid performing this provisioning logic.
if _, err := cl.Info(c.Context); err != nil {
cleanUp(domainName)
logrus.Fatalf("couldn't make a remote docker connection to %s?", domainName)
logrus.Fatalf("couldn't make a remote docker connection to %s? use --provision/-p to attempt to install", domainName)
}
if traefik {