fix(deploy) post deploy cmds
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-18 19:05:46 +02:00
parent 343b2bfb91
commit b2739dcdf2
2 changed files with 2 additions and 1 deletions

View File

@ -229,6 +229,7 @@ func PostCmds(cl *dockerClient.Client, app config.App, commands string) error {
logrus.Debugf("running command %s %s within the context of %s_%s", cmdName, parsedCmdArgs, app.StackName(), targetServiceName)
Tty = true
if err := RunCmdRemote(cl, app, abraSh, targetServiceName, cmdName, parsedCmdArgs); err != nil {
return err
}