Remove watchtower script
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
1009566c0e
commit
7301a0583a
@ -76,7 +76,6 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- HEADER='Authorization:'
|
- HEADER='Authorization:'
|
||||||
- HEADER=$HEADER" Bearer $${WATCHTOWER_HTTP_API_TOKEN}"
|
- HEADER=$HEADER" Bearer $${WATCHTOWER_HTTP_API_TOKEN}"
|
||||||
- echo "$${HEADER}"
|
|
||||||
- curl -H "$${HEADER}" -i "https://$${WATCHTOWER_HOST}/v1/update"
|
- curl -H "$${HEADER}" -i "https://$${WATCHTOWER_HOST}/v1/update"
|
||||||
|
|
||||||
# need a status check here that the container has come back up healthy
|
# need a status check here that the container has come back up healthy
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
curl -H "Authorization: Bearer ${WATCHTOWER_HTTP_API_TOKEN}" -i "https://${WATCHTOWER_HOST}/v1/update"
|
|
Loading…
Reference in New Issue
Block a user