forked from toolshed/abra
fix: ensure client connections work
This commit is contained in:
parent
4d2a2d42fb
commit
1d7cb0d9b6
@ -432,6 +432,11 @@ 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)
|
||||||
|
}
|
||||||
|
|
||||||
if traefik {
|
if traefik {
|
||||||
if err := deployTraefik(c, cl, domainName); err != nil {
|
if err := deployTraefik(c, cl, domainName); err != nil {
|
||||||
logrus.Fatal(err)
|
logrus.Fatal(err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user