custom-php/.drone.yml

25 lines
615 B
YAML
Raw Normal View History

2020-09-25 00:26:38 +00:00
---
kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
2020-09-25 11:24:09 +00:00
image: decentral1se/stack-ssh-deploy:latest
2020-09-25 00:26:38 +00:00
settings:
2020-09-25 00:42:02 +00:00
host: swarm-test.autonomic.zone
stack: wordpress
2020-09-25 19:04:25 +00:00
generate_secrets: true
2020-09-25 18:15:49 +00:00
purge: true
2020-09-25 00:42:02 +00:00
deploy_key:
2020-09-25 13:04:46 +00:00
from_secret: drone_ssh_swarm_test
2020-09-25 00:26:38 +00:00
environment:
DOMAIN: wordpress.swarm-test.autonomic.zone
STACK_NAME: wordpress
LETS_ENCRYPT_ENV: production
DB_PASSWORD_VERSION: v1
DB_ROOT_PASSWORD_VERSION: v1
2020-10-23 02:07:07 +00:00
PHP_UPLOADS_CONF_VERSION: v1
ENTRYPOINT_CONF_VERSION: v1
2020-09-25 00:26:38 +00:00
trigger:
branch:
2020-09-25 00:31:25 +00:00
- master