From 308b7e4811dcf88609bbe01bad420b5a280cbcf8 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Fri, 25 Sep 2020 02:26:38 +0200 Subject: [PATCH] Add .drone.yml --- .drone.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..108dfe9 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,19 @@ +--- +kind: pipeline +name: deploy to swarm-test.autonomic.zone +steps: + - name: deployment + image: decentral1se/drone-stack:19.03.8 + settings: + compose: compose.yml + host: ssh://swarm-test.autonomic.zone:222 + stack_name: wordpress + 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: + - drone