forked from toolshed/abra
		
	fix: ensure client connections work
This commit is contained in:
		@ -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)
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user