Commented out broken deploy (server spun down)

This commit is contained in:
2026-06-02 17:44:21 +01:00
parent ef27645a30
commit 69551175d5
+27 -27
View File
@@ -1,30 +1,30 @@
--- # ---
kind: pipeline # kind: pipeline
name: deploy to swarm-test.autonomic.zone # name: deploy to swarm-test.autonomic.zone
steps: # steps:
- name: deployment # - name: deployment
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest # image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings: # settings:
host: swarm-test.autonomic.zone # host: swarm-test.autonomic.zone
stack: wordpress # stack: wordpress
generate_secrets: true # generate_secrets: true
purge: true # purge: true
deploy_key: # deploy_key:
from_secret: drone_ssh_swarm_test # from_secret: drone_ssh_swarm_test
networks: # networks:
- proxy # - proxy
environment: # environment:
DOMAIN: wordpress.swarm-test.autonomic.zone # DOMAIN: wordpress.swarm-test.autonomic.zone
STACK_NAME: wordpress # STACK_NAME: wordpress
LETS_ENCRYPT_ENV: production # LETS_ENCRYPT_ENV: production
SECRET_DB_PASSWORD_VERSION: v1 # SECRET_DB_PASSWORD_VERSION: v1
SECRET_DB_ROOT_PASSWORD_VERSION: v1 # SECRET_DB_ROOT_PASSWORD_VERSION: v1
PHP_UPLOADS_CONF_VERSION: v1 # PHP_UPLOADS_CONF_VERSION: v1
ENTRYPOINT_CONF_VERSION: v1 # ENTRYPOINT_CONF_VERSION: v1
HTACCESS_CONF_VERSION: v1 # HTACCESS_CONF_VERSION: v1
trigger: # trigger:
branch: # branch:
- main # - main
--- ---
kind: pipeline kind: pipeline
name: generate recipe catalogue name: generate recipe catalogue