tshoot watchtower call
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Balsillie 2022-08-22 14:38:10 +12:00
parent 7f40b2d086
commit e192833764

View File

@ -75,8 +75,9 @@ pipeline:
target: WATCHTOWER_HTTP_API_TOKEN
commands:
- HEADER='Authorization:'
- HEADER=$HEADER" Bearer $WATCHTOWER_HTTP_API_TOKEN"
- curl -H $HEADER -i "https://$${WATCHTOWER_HOST}/v1/update"
- HEADER=$HEADER" Bearer $${WATCHTOWER_HTTP_API_TOKEN}"
- echo "$${HEADER}"
- curl -H "$${HEADER}" -i "https://$${WATCHTOWER_HOST}/v1/update"
notify-matrix-success:
image: code.balsillie.net/containers/woodpecker-util