collabora/.drone.yml

42 lines
967 B
YAML
Raw Normal View History

2021-04-27 10:30:24 +00:00
---
kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
2021-04-27 10:30:24 +00:00
settings:
host: swarm-test.autonomic.zone
stack: collabora
networks:
- proxy
2021-04-27 10:30:24 +00:00
generate_secrets: true
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
DOMAIN: collabora.swarm-test.autonomic.zone
STACK_NAME: collabora
LETS_ENCRYPT_ENV: production
2021-04-27 11:02:11 +00:00
NGINX_CONF_VERSION: v1
COOLWSD_XML_VERSION: v1
SECRET_ADMIN_PASSWORD_VERSION: v1
2021-04-27 10:30:24 +00:00
trigger:
branch:
- main
2021-06-03 21:00:24 +00:00
---
kind: pipeline
name: generate recipe catalogue
2021-06-03 21:00:24 +00:00
steps:
- name: release a new version
image: plugins/downstream
2021-06-03 21:00:24 +00:00
settings:
server: https://build.coopcloud.tech
token:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
trigger:
event: tag