matrix-service-synapse/trigger-watchtower.sh

2 lines
112 B
Bash
Raw Normal View History

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