wallabag/.drone.yml

34 lines
824 B
YAML
Raw Normal View History

2020-10-06 20:24:46 +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: wallabag
purge: true
2020-10-07 10:40:25 +00:00
generate_secrets: true
2020-10-06 20:24:46 +00:00
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
DOMAIN: wallabag.swarm-test.autonomic.zone
STACK_NAME: wallabag
LETS_ENCRYPT_ENV: production
2020-10-07 10:40:25 +00:00
DB_PASSWORD_VERSION: v1
DB_ROOT_PASSWORD_VERSION: v1
SYMFONY__ENV__FOSUSER_REGISTRATION: "false"
2020-10-06 20:24:46 +00:00
trigger:
branch:
- main
2021-06-03 21:01:35 +00:00
---
kind: pipeline
name: recipe release
steps:
- name: release a new version
2021-06-21 10:32:19 +00:00
image: thecoopcloud/drone-abra:latest
2021-06-03 21:01:35 +00:00
settings:
command: recipe wallabag release
2021-06-03 21:01:35 +00:00
deploy_key:
from_secret: abra_bot_deploy_key