From dde03454c39ac0a50b1f291c81b25acb112e2c7b Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Tue, 2 Jun 2026 16:50:59 +0100 Subject: [PATCH] Disable swarm-test deployment (server is down) --- .drone.yml | 51 ++++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/.drone.yml b/.drone.yml index 381c597..eb8daeb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,31 +14,32 @@ steps: - chmod +x /usr/local/bin/gomplate - tests/run.sh - - name: deployment - image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest - when: - event: - - push - branch: - - main - settings: - host: swarm-test.autonomic.zone - stack: wordpress - generate_secrets: true - purge: true - deploy_key: - from_secret: drone_ssh_swarm_test - networks: - - proxy - environment: - DOMAIN: wordpress.swarm-test.autonomic.zone - STACK_NAME: wordpress - LETS_ENCRYPT_ENV: production - SECRET_DB_PASSWORD_VERSION: v1 - SECRET_DB_ROOT_PASSWORD_VERSION: v1 - PHP_UPLOADS_CONF_VERSION: v1 - ENTRYPOINT_CONF_VERSION: v1 - HTACCESS_CONF_VERSION: v1 + # deployment step disabled: swarm-test.autonomic.zone is down + # - name: deployment + # image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest + # when: + # event: + # - push + # branch: + # - main + # settings: + # host: swarm-test.autonomic.zone + # stack: wordpress + # generate_secrets: true + # purge: true + # deploy_key: + # from_secret: drone_ssh_swarm_test + # networks: + # - proxy + # environment: + # DOMAIN: wordpress.swarm-test.autonomic.zone + # STACK_NAME: wordpress + # LETS_ENCRYPT_ENV: production + # SECRET_DB_PASSWORD_VERSION: v1 + # SECRET_DB_ROOT_PASSWORD_VERSION: v1 + # PHP_UPLOADS_CONF_VERSION: v1 + # ENTRYPOINT_CONF_VERSION: v1 + # HTACCESS_CONF_VERSION: v1 trigger: event: - push