forked from toolshed/abra
WIP heinous appEnv threading for env var loading
This commit is contained in:
@ -51,7 +51,7 @@ var appDeployCommand = &cli.Command{
|
||||
Prune: false,
|
||||
ResolveImage: stack.ResolveImageAlways,
|
||||
}
|
||||
compose, err := loader.LoadComposefile(deployOpts)
|
||||
compose, err := loader.LoadComposefile(deployOpts, appEnv.Env)
|
||||
if err != nil {
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user