calibre-web/.drone.yml

42 lines
911 B
YAML
Raw Permalink Normal View History

2021-11-30 11:03:35 +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-11-30 11:03:35 +00:00
settings:
host: swarm-test.autonomic.zone
stack: calibre-web
networks:
- proxy
2021-11-30 11:03:35 +00:00
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
2023-03-28 05:21:20 +00:00
STACK_NAME: calibre-web
2021-11-30 11:03:35 +00:00
DOMAIN: calibre-web.swarm-test.autonomic.zone
LETS_ENCRYPT_ENV: production
2023-03-28 05:11:51 +00:00
APP_ENTRYPOINT_VERSION: v1
NGINX_CONFIG_VERSION: v1
2021-11-30 11:03:35 +00:00
trigger:
branch:
- main
---
kind: pipeline
name: generate recipe catalogue
2021-11-30 11:03:35 +00:00
steps:
- name: release a new version
image: plugins/downstream
settings:
server: https://build.coopcloud.tech
2021-11-30 11:03:35 +00:00
token:
from_secret: drone_abra-bot_token
2021-11-30 11:03:35 +00:00
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
trigger:
event: tag