matrix-service-synapse/notify-watchtower.sh
Michael Balsillie 13a306a061
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
switch curl step from bash to sh
2022-08-22 02:08:21 +12:00

2 lines
112 B
Bash

#!/bin/sh
curl -H "Authorization: Bearer ${WATCHTOWER_HTTP_API_TOKEN}" -i "https://${WATCHTOWER_HOST}/v1/update"