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