lemmy/.drone.yml

44 lines
1.0 KiB
YAML
Raw Normal View History

2022-03-25 22:37:31 +00:00
---
kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
2022-03-25 22:37:31 +00:00
settings:
host: swarm-test.autonomic.zone
stack: lemmy
generate_secrets: true
purge: true
2022-03-25 23:11:41 +00:00
networks:
- proxy
2022-03-25 22:37:31 +00:00
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
DOMAIN: lemmy.swarm-test.autonomic.zone
STACK_NAME: lemmy
LETS_ENCRYPT_ENV: production
SECRET_POSTGRES_PASSWORD_VERSION: v1
SECRET_ADMIN_PASSWORD_VERSION: v1
2022-03-25 23:13:42 +00:00
NGINX_CONF_VERSION: v1
ENTRYPOINT_APP_VERSION: v1
CONFIG_HJSON_VERSION: v1
2022-03-25 22:37:31 +00:00
trigger:
branch:
2022-03-25 22:59:12 +00:00
- main
2022-03-25 22:37:31 +00:00
# ---
# kind: pipeline
name: generate recipe catalogue
steps:
- name: release a new version
image: plugins/downstream
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