From 806ac249ae2af4e148fe972c6ea37bf8fe1d1295 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sat, 16 Jan 2021 17:43:03 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20Drone=3F=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d8e1e39..701207f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: STACK_NAME: strapi LETS_ENCRYPT_ENV: production ENTRYPOINT_CONF_VERSION: v1 - DB_ROOT_PASSWORD_VERSION: v1 + SECRET_DB_ROOT_PASSWORD_VERSION: v1 trigger: branch: - main