From 72b5ce18e3a855bd68c3d1c0db9ff41e94a1fccd Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Tue, 6 Oct 2020 21:35:57 +0200 Subject: [PATCH] Add Drone CI --- .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..9bba491 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,19 @@ +--- +kind: pipeline +name: deploy to swarm-test.autonomic.zone +steps: + - name: deployment + image: decentral1se/stack-ssh-deploy:latest + settings: + host: swarm-test.autonomic.zone + stack: portainer + deploy_key: + from_secret: drone_ssh_swarm_test + purge: true + environment: + DOMAIN: portainer.swarm-test.autonomic.zone + STACK_NAME: portainer + LETS_ENCRYPT_ENV: production +trigger: + branch: + - master