are the "{}" the problem?
continuous-integration/drone/push Build is passing Details

This commit is contained in:
hbr 2021-06-06 23:13:44 +02:00
parent c3b267b897
commit 7311189b83
1 changed files with 1 additions and 1 deletions

View File

@ -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