swarmpit/.drone.yml

20 lines
450 B
YAML

---
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: swarmpit
deploy_key:
from_secret: swarmpit_ssh_swarm_test
purge: true
environment:
DOMAIN: swarmpit.swarm-test.autonomic.zone
STACK_NAME: swarmpit
LETS_ENCRYPT_ENV: production
trigger:
branch:
- main