--- 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: mumble networks: - proxy purge: true deploy_key: from_secret: drone_ssh_swarm_test environment: DOMAIN: mumble.swarm-test.autonomic.zone LETS_ENCRYPT_ENV: production COMPOSE_FILE: compose.yml:compose.mumbleweb.yml trigger: branch: - main