diff --git a/.drone.yml b/.drone.yml index 12a3446..68c1f37 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,14 +6,14 @@ steps: image: decentral1se/stack-ssh-deploy:latest settings: host: swarm-test.autonomic.zone - stack: codimd + stack: hedgedoc deploy_key: from_secret: drone_ssh_swarm_test generate_secrets: true purge: true environment: - DOMAIN: codimd.swarm-test.autonomic.zone - STACK_NAME: codimd + DOMAIN: hedgedoc.swarm-test.autonomic.zone + STACK_NAME: hedgedoc LETS_ENCRYPT_ENV: production SECRET_DB_PASSWORD_VERSION: v1 ENTRYPOINT_CONF_VERSION: v1 @@ -27,6 +27,6 @@ steps: - name: release a new version image: thecoopcloud/drone-abra:latest settings: - command: recipe codimd release + command: recipe hedgedoc release deploy_key: from_secret: abra_bot_deploy_key