penpot/.drone.yml

42 lines
993 B
YAML
Raw Permalink Normal View History

2021-08-19 21:41:47 +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-08-19 21:41:47 +00:00
settings:
host: swarm-test.autonomic.zone
2023-01-21 02:57:20 +00:00
stack: penpot
networks:
- proxy
2021-08-19 21:41:47 +00:00
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
environment:
2023-01-21 02:57:20 +00:00
DOMAIN: penpot.swarm-test.autonomic.zone
STACK_NAME: penpot
2021-08-19 21:41:47 +00:00
LETS_ENCRYPT_ENV: production
2023-01-21 02:57:20 +00:00
APP_ENTRYPOINT_CONF_VERSION: v1
BACKEND_ENTRYPOINT_CONF_VERSION: v1
2024-03-28 15:08:18 +00:00
SECRET_PENPOT_DB_PASSWORD_VERSION: v1
2023-01-21 02:57:20 +00:00
SECRET_SMTP_PASSWORD_VERSION: v1
2021-08-19 21:41:47 +00:00
trigger:
branch:
- main
2024-03-28 15:01:43 +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