--- kind: pipeline name: deploy to swarm-test.autonomic.zone steps: - name: deployment image: decentral1se/stack-ssh-deploy:latest settings: host: swarm-test.autonomic.zone stack: wallabag purge: true generate_secrets: true deploy_key: from_secret: drone_ssh_swarm_test environment: DOMAIN: wallabag.swarm-test.autonomic.zone STACK_NAME: wallabag LETS_ENCRYPT_ENV: production DB_PASSWORD_VERSION: v1 DB_ROOT_PASSWORD_VERSION: v1 SYMFONY__ENV__FOSUSER_REGISTRATION: "false" trigger: branch: - main