From 7311189b8330e7bf3bf9439ab6e7152b5c400015 Mon Sep 17 00:00:00 2001 From: Henning Brinkmann Date: Sun, 6 Jun 2021 23:13:44 +0200 Subject: [PATCH] are the "{}" the problem? --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a7e179c..f89bf2c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: LEKTOR_DEPLOY_KEY: from_secret: lektor_deploy_key commands: - - lektor deploy --key ${LEKTOR_DEPLOY_KEY} + - lektor deploy --key $LEKTOR_DEPLOY_KEY when: branch: - main