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