forked from toolshed/abra
		
	@ -150,16 +150,12 @@ func newLocalServer(c *cli.Context, domainName string) error {
 | 
			
		||||
				logrus.Fatal(err)
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	} else {
 | 
			
		||||
		logrus.Warn("no docker installation found, use '-p' to provision")
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if traefik {
 | 
			
		||||
		if err := deployTraefik(c, cl, domainName); err != nil {
 | 
			
		||||
			return err
 | 
			
		||||
		}
 | 
			
		||||
	} else {
 | 
			
		||||
		logrus.Warn("no traefik app found, use '-t' to deploy")
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	logrus.Info("local server has been added")
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user