Remove watchtower script
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Balsillie 2022-08-22 15:23:42 +12:00
parent 1009566c0e
commit 7301a0583a
2 changed files with 0 additions and 3 deletions

View File

@ -76,7 +76,6 @@ pipeline:
commands:
- HEADER='Authorization:'
- HEADER=$HEADER" Bearer $${WATCHTOWER_HTTP_API_TOKEN}"
- echo "$${HEADER}"
- curl -H "$${HEADER}" -i "https://$${WATCHTOWER_HOST}/v1/update"
# need a status check here that the container has come back up healthy

View File

@ -1,2 +0,0 @@
#!/bin/sh
curl -H "Authorization: Bearer ${WATCHTOWER_HTTP_API_TOKEN}" -i "https://${WATCHTOWER_HOST}/v1/update"