matrix-service-synapse/notify-watchtower.sh

2 lines
114 B
Bash
Raw Normal View History

2022-08-21 09:53:54 -04:00
#!/bin/bash
curl -H "Authorization: Bearer ${WATCHTOWER_HTTP_API_TOKEN}" -i "https://${WATCHTOWER_HOST}/v1/update"