fix: curl from inside the container
This commit is contained in:
parent
00bda13fb2
commit
cd3e8f8290
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ if [ "$latest_release" != "$(cat $LAST_RELEASE_FILE 2>/dev/null)" ]; then
|
|||
curl -X POST "https://api.telegram.org/bot$BOT_TOKEN/sendMessage" \
|
||||
-d chat_id="$CHAT_ID" \
|
||||
-d text="🚀 New Release Detected: $latest_release on $REPO_OWNER/$REPO_NAME"
|
||||
curl -X POST "http://localhost:9090/alaskartv"
|
||||
curl -X POST "http://localhost:8080/alaskartv"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue