Add Drone CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2020-10-06 21:35:57 +02:00
parent 80b301876a
commit 72b5ce18e3
1 changed files with 19 additions and 0 deletions

19
.drone.yml Normal file
View File

@ -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