From 7f30fca4aedb13715272aa7bb279f2c5c8b88f3b Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sun, 2 May 2021 12:53:18 +0200 Subject: [PATCH] Add Drone CI --- .drone.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ea26392 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,22 @@ +--- +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: minio + generate_secrets: true + purge: true + deploy_key: + from_secret: drone_ssh_swarm_test + environment: + DOMAIN: minio.swarm-test.autonomic.zone + STACK_NAME: minio + LETS_ENCRYPT_ENV: production + SECRET_SECRET_KEY_VERSION: v1 + SECRET_ACCESS_KEY_VERSION: v1 +trigger: + branch: + - main