fix: remove debug statements
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Closes coop-cloud/organising#217.
This commit is contained in:
@ -150,16 +150,12 @@ func newLocalServer(c *cli.Context, domainName string) error {
|
|||||||
logrus.Fatal(err)
|
logrus.Fatal(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
logrus.Warn("no docker installation found, use '-p' to provision")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if traefik {
|
if traefik {
|
||||||
if err := deployTraefik(c, cl, domainName); err != nil {
|
if err := deployTraefik(c, cl, domainName); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
logrus.Warn("no traefik app found, use '-t' to deploy")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
logrus.Info("local server has been added")
|
logrus.Info("local server has been added")
|
||||||
|
Reference in New Issue
Block a user