From 4d6293b4bad5c50a086e26422a148fbb0877a960 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Wed, 7 Oct 2020 12:40:25 +0200 Subject: [PATCH] Add missing vars for Drone --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) 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