adapt_authoring/.drone.yml

24 lines
601 B
YAML
Raw Normal View History

2020-10-01 20:21:57 +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
2020-10-02 12:15:51 +00:00
stack: adaptauthoring
2020-10-01 20:21:57 +00:00
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
2020-10-02 12:15:51 +00:00
DOMAIN: adaptauthoring.swarm-test.autonomic.zone
STACK_NAME: adaptauthoring
2020-10-01 20:21:57 +00:00
LETS_ENCRYPT_ENV: production
2020-10-02 12:15:51 +00:00
ADMIN_EMAIL: adapt@example.com
FROM_EMAIL: adapt@example.com
SESSION_KEY_VERSION: v1
ADMIN_PASSWORD_VERSION: v1
2020-10-01 20:21:57 +00:00
trigger:
branch:
- main