.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
d8ce386f02
commit
37f0e393b2
|
@ -25,11 +25,12 @@ def deploy(
|
||||||
] +
|
] +
|
||||||
map(export, secrets) +
|
map(export, secrets) +
|
||||||
[
|
[
|
||||||
|
"echo $$SIGYL_STACK_ROOT",
|
||||||
"docker network prune -f",
|
"docker network prune -f",
|
||||||
"cd {folder}".format(folder=folder),
|
"cd $$SIGYL_STACK_ROOT",
|
||||||
"docker stack rm {name}".format(name = name),
|
"docker stack rm $$SIGYL_STACK_NAME",
|
||||||
"sleep 30",
|
"sleep 30",
|
||||||
"docker stack deploy -c {filename} {name}".format(name= name, filename = filename),
|
"docker stack deploy -c {filename} $$SIGYL_STACK_NAME".format(filename = filename),
|
||||||
] + commands
|
] + commands
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue