forked from toolshed/abra
WIP: make "abra app deploy" callable by code
Closes coop-cloud/organising#212.
This commit is contained in:
@ -338,7 +338,11 @@ func deployTraefik(c *cli.Context, cl *dockerClient.Client, domainName string) e
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
|
||||
// TODO: run app deploy with all args passed through
|
||||
internal.AppName = domainName
|
||||
if err := internal.DeployAction(c); err != nil {
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user