forked from toolshed/abra
feat: support hetzner cloud server removal
Part of coop-cloud/organising#212.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user