From 6ea40ea40f6bc6e83862946a8319c0c69c2ba51f Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 6 Oct 2023 23:28:29 +0100 Subject: [PATCH] Switch to swarm-0 for deployment, and selfhosted stack-ssh-deploy --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3d760f6..2da5c4d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,13 +3,13 @@ kind: pipeline name: deploy to mellor.coopcloud.tech steps: - name: deployment - image: decentral1se/stack-ssh-deploy:latest + image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest settings: stack: recipes_coopcloud_tech_json - host: mellor.coopcloud.tech + host: swarm-0.coopcloud.tech rm: true deploy_key: - from_secret: drone_ssh_coopcloud_mellor + from_secret: drone_ssh_swarm-0_coopcloud_tech - name: notify coopcloud-dev on failure image: plugins/matrix