From edc19c2bdc02d4618b3390b9c4c2b5a71aa44e26 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 21 Jan 2023 18:56:39 -0800 Subject: [PATCH] Add missing secrets for drone --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index ec049e1..09207ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,8 @@ steps: DOMAIN: matomo.swarm-test.autonomic.zone STACK_NAME: matomo LETS_ENCRYPT_ENV: production + DB_PASSWORD_VERSION: v1 + DB_ROOT_PASSWORD_VERSION: v1 trigger: branch: - main