From a4c8b84b790c9c9f1c3b11814cbab221034a6222 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 18 Oct 2022 17:13:03 -0400 Subject: [PATCH] fix: purge stack to avoid issue with immutable config.. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .. 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™. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 106397e..f0edf58 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: settings: stack: recipes_coopcloud_tech_json host: mellor.coopcloud.tech + purge: true deploy_key: from_secret: drone_ssh_coopcloud_mellor