From 0a3a72789bdb796f51ac977be921056a0d109c5c Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Fri, 25 Sep 2020 02:42:02 +0200 Subject: [PATCH] Use stack-ssh-deploy instead --- .drone.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0a9b641..d488302 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,17 +3,20 @@ kind: pipeline name: deploy to swarm-test.autonomic.zone steps: - name: deployment - image: decentral1se/drone-stack:19.03.8 + image: decentral1se/stack-ssh-deploy:0.0.1 settings: compose: compose.yml - host: ssh://swarm-test.autonomic.zone:222 - stack_name: wordpress + host: swarm-test.autonomic.zone + stack: wordpress + deploy_key: + from_secret: drone_deploy_key environment: DOMAIN: wordpress.swarm-test.autonomic.zone STACK_NAME: wordpress LETS_ENCRYPT_ENV: production DB_PASSWORD_VERSION: v1 DB_ROOT_PASSWORD_VERSION: v1 + trigger: branch: - master