fix: pass in stack name when deploying
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
97188b57d9
commit
92c8e9aab9
@ -48,6 +48,7 @@ var appDeployCommand = &cli.Command{
|
|||||||
|
|
||||||
deployOpts := options.Deploy{
|
deployOpts := options.Deploy{
|
||||||
Composefiles: composeFiles,
|
Composefiles: composeFiles,
|
||||||
|
Namespace: appEnv.StackName(),
|
||||||
Prune: false,
|
Prune: false,
|
||||||
ResolveImage: stack.ResolveImageAlways,
|
ResolveImage: stack.ResolveImageAlways,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user