chore: fix drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
uetchy 2022-01-11 16:01:41 +09:00
parent a56a81afed
commit d31e4d4d90

View File

@ -18,7 +18,7 @@ steps:
image: alpine/curl image: alpine/curl
commands: commands:
- | - |
curl -s -H "Authorization: Bearer ${WATCHTOWER_TOKEN} https://watchtower.uechi.dev/v1/update curl -s -H "Authorization: Bearer ${WATCHTOWER_TOKEN}" https://watchtower.uechi.dev/v1/update
environment: environment:
WATCHTOWER_TOKEN: WATCHTOWER_TOKEN:
from_secret: watchtower_token from_secret: watchtower_token