From e0a25327b6c25206111fd2b79313dc05fa2ad325 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Fri, 20 Dec 2024 20:00:22 +0300 Subject: [PATCH] fix: script hostname --- watchTV.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watchTV.sh b/watchTV.sh index e12dde0..c6fd04f 100755 --- a/watchTV.sh +++ b/watchTV.sh @@ -17,5 +17,5 @@ if [ "$latest_release" != "$version" ]; 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://127.0.0.1:8080/alaskartv" + curl -X POST "http://alaskar-api:8080/alaskartv" fi