--- 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: gotosocial networks: - proxy purge: true deploy_key: from_secret: drone_ssh_swarm_test environment: DOMAIN: gotosocial.swarm-test.autonomic.zone STACK_NAME: gotosocial LETS_ENCRYPT_ENV: production GTS_ACCOUNTS_OPEN_REGISTRATION: false GTS_ACCOUNTS_APPROVAL_REQUIRED: true GTS_ACCOUNTS_REASON_REQUIRED: true APP_ENTRYPOINT_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