fix secret population
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pavel 2024-05-23 15:13:10 +03:00
parent 090a1cdc33
commit 9a020253de

View File

@ -24,7 +24,7 @@ steps:
from_secret: DEPLOYER_URL
commands:
- apk add --no-cache curl
- curl -H $DEPLOYER_AUTH $DEPLOYER_URL
- curl -H "$DEPLOYER_AUTH" $DEPLOYER_URL
when:
branch:
- master