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.
mediawiki/.drone.yml

42 lines
1.2 KiB
YAML
Raw Normal View History

2020-10-05 23:34:40 +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: mediawiki
purge: true
generate_secrets: true
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
DOMAIN: mediawiki.swarm-test.autonomic.zone
STACK_NAME: mediawiki
LETS_ENCRYPT_ENV: production
MEDIAWIKI_SITENAME: "Example Wiki"
MEDIAWIKI_SITENAMESPACE: "Example_Wiki"
MEDIAWIKI_EMAIL_CONTACT: "info@wiki.example.com"
MEDIAWIKI_EMAIL_FROM: "wiki@wiki.example.com"
MEDIAWIKI_LOGO_FILE: '$wgResourceBasePath/resources/assets/wiki.png'
2020-12-27 19:42:24 +00:00
SECRET_DB_ROOT_PASSWORD_VERSION: v1
SECRET_DB_PASSWORD_VERSION: v1
SECRET_MEDIAWIKI_SECRET_KEY_VERSION: v1
2020-10-05 23:34:40 +00:00
LOCAL_SETTINGS_CONF_VERSION: v1
ENTRYPOINT_CONF_VERSION: v1
2020-10-30 16:37:42 +00:00
PHP_INI_VERSION: v1
2020-10-05 23:34:40 +00:00
trigger:
branch:
- main
2021-06-03 21:00:58 +00:00
---
kind: pipeline
name: recipe release
steps:
- name: release a new version
2021-06-21 10:31:32 +00:00
image: thecoopcloud/drone-abra:latest
2021-06-03 21:00:58 +00:00
settings:
command: recipe mediawiki release
2021-06-03 21:00:58 +00:00
deploy_key:
from_secret: abra_bot_deploy_key