Files
discourse/.drone.yml
3wc 7fc57c52a5
All checks were successful
continuous-integration/drone/push Build is passing
Switch to self-hosted stack-ssh-deploy image [mass update]
2023-01-21 11:49:55 -08:00

24 lines
565 B
YAML

---
kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
host: swarm-test.autonomic.zone
stack: discourse
generate_secrets: true
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
networks:
- proxy
environment:
DOMAIN: discourse.swarm-test.autonomic.zone
STACK_NAME: discourse
LETS_ENCRYPT_ENV: production
SECRET_DB_PASSWORD_VERSION: v1
trigger:
branch:
- main