collabora/.drone.yml

23 lines
538 B
YAML
Raw Normal View History

2021-04-27 10:30:24 +00:00
---
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: collabora
generate_secrets: true
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
DOMAIN: collabora.swarm-test.autonomic.zone
STACK_NAME: collabora
LETS_ENCRYPT_ENV: production
2021-04-27 11:02:11 +00:00
NGINX_CONF_VERSION: v1
LOOLWSD_XML_VERSION: v1
2021-04-27 10:30:24 +00:00
trigger:
branch:
- main