statuspal/.drone.yml

41 lines
939 B
YAML
Raw Permalink Normal View History

2020-11-15 02:02:10 +00:00
---
kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
2020-11-15 02:02:10 +00:00
settings:
host: swarm-test.autonomic.zone
stack: statuspal
networks:
- proxy
2020-11-15 02:02:10 +00:00
purge: true
2023-01-21 02:23:20 +00:00
generate_secrets: true
2020-11-15 02:02:10 +00:00
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
DOMAIN: statuspal.swarm-test.autonomic.zone
STACK_NAME: statuspal
LETS_ENCRYPT_ENV: production
2023-01-20 21:38:18 +00:00
ENTRYPOINT_CONF_VERSION: v1
2023-01-21 02:21:50 +00:00
SECRET_DB_PASSWORD_VERSION: v1
2020-11-15 02:02:10 +00:00
trigger:
branch:
- main
2021-06-03 21:01:27 +00:00
---
kind: pipeline
name: generate recipe catalogue
2021-06-03 21:01:27 +00:00
steps:
- name: release a new version
image: plugins/downstream
2021-06-03 21:01:27 +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