fix: remove debug statements
continuous-integration/drone/push Build is passing Details

Closes coop-cloud/organising#217.
This commit is contained in:
decentral1se 2021-11-03 07:56:26 +01:00
parent 49a87cae2e
commit f57ae1e904
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 4 deletions

View File

@ -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")