diff --git a/.drone.yml b/.drone.yml index 968e7c9..9ac6b91 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,12 +8,16 @@ steps: host: swarm-test.autonomic.zone stack: wallabag purge: true + generate_secrets: true deploy_key: from_secret: drone_ssh_swarm_test environment: DOMAIN: wallabag.swarm-test.autonomic.zone STACK_NAME: wallabag LETS_ENCRYPT_ENV: production + DB_PASSWORD_VERSION: v1 + DB_ROOT_PASSWORD_VERSION: v1 + SYMFONY__ENV__FOSUSER_REGISTRATION: "false" trigger: branch: - main