--- 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: matrix-synapse generate_secrets: true purge: true deploy_key: from_secret: drone_ssh_swarm_test networks: - proxy environment: DOMAIN: matrix-synapse.swarm-test.autonomic.zone STACK_NAME: matrix-synapse LETS_ENCRYPT_ENV: production DISCORD_BRIDGE_YAML_VERSION: v1 ENTRYPOINT_CONF_VERSION: v1 HOMESERVER_YAML_VERSION: v17 LOG_CONFIG_VERSION: v1 SHARED_SECRET_AUTH_VERSION: v1 SIGNAL_BRIDGE_YAML_VERSION: v1 TELEGRAM_BRIDGE_YAML_VERSION: v1 SECRET_DB_PASSWORD_VERSION: v1 SECRET_FORM_SECRET_VERSION: v1 SECRET_MACAROON_SECRET_KEY_VERSION: v1 SECRET_REGISTRATION_SHARED_SECRET_VERSION: v1 trigger: branch: - main --- 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