From 92e554fb5cd53e2bd8829c169feac0224397496d Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 17 Aug 2021 20:42:51 +0200 Subject: [PATCH] =?UTF-8?q?Update=20Drone=20for=20n=C3=BCname?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 12a3446..68c1f37 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,14 +6,14 @@ steps: image: decentral1se/stack-ssh-deploy:latest settings: host: swarm-test.autonomic.zone - stack: codimd + stack: hedgedoc deploy_key: from_secret: drone_ssh_swarm_test generate_secrets: true purge: true environment: - DOMAIN: codimd.swarm-test.autonomic.zone - STACK_NAME: codimd + DOMAIN: hedgedoc.swarm-test.autonomic.zone + STACK_NAME: hedgedoc LETS_ENCRYPT_ENV: production SECRET_DB_PASSWORD_VERSION: v1 ENTRYPOINT_CONF_VERSION: v1 @@ -27,6 +27,6 @@ steps: - name: release a new version image: thecoopcloud/drone-abra:latest settings: - command: recipe codimd release + command: recipe hedgedoc release deploy_key: from_secret: abra_bot_deploy_key