--- 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: gotosocial 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: recipe release steps: - name: release a new version image: thecoopcloud/drone-abra:latest settings: command: recipe gotosocial release deploy_key: from_secret: abra_bot_deploy_key