This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
wordpress/.drone.yml

35 lines
863 B
YAML
Raw Permalink 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
2020-12-14 09:55:48 +00:00
SECRET_DB_PASSWORD_VERSION: v1
SECRET_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
2021-06-03 21:01:37 +00:00
---
kind: pipeline
name: recipe release
steps:
- name: release a new version
2021-06-21 10:32:21 +00:00
image: thecoopcloud/drone-abra:latest
2021-06-03 21:01:37 +00:00
settings:
command: recipe wordpress release
2021-06-03 21:01:37 +00:00
deploy_key:
from_secret: abra_bot_deploy_key