fix: purge stack to avoid issue with immutable config..
.. wherein stack-ssh-deploy will fail, because Docker swarm configs can't be changed post-definition, but we're not using any versioning here to specify new content. So, hoping this should remove the stack (and configs) and allow things to Just Work™.
This commit is contained in:
parent
714ce29731
commit
a4c8b84b79
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
stack: recipes_coopcloud_tech_json
|
stack: recipes_coopcloud_tech_json
|
||||||
host: mellor.coopcloud.tech
|
host: mellor.coopcloud.tech
|
||||||
|
purge: true
|
||||||
deploy_key:
|
deploy_key:
|
||||||
from_secret: drone_ssh_coopcloud_mellor
|
from_secret: drone_ssh_coopcloud_mellor
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue