Returns and save the room link
Build, push image, and notify Watchtower / build-image (push) Successful in 41s
Build, push image, and notify Watchtower / notify (push) Successful in 13s

This commit is contained in:
2026-08-17 15:46:36 +02:00
parent 2047b1b522
commit 8f768a4d35
+2 -1
View File
@@ -268,7 +268,7 @@ def alert():
if webex_room_id:
alert_collection.update_one(
{"_id": saved_alert.inserted_id},
{"$set": {"webex_room_id": webex_room_id, "webex_room_title": room_title}}
{"$set": {"webex_room_id": webex_room_id, "webex_room_title": room_title, "webex_room_link": room_link}}
)
# --- SEND SMS ---
@@ -290,6 +290,7 @@ def alert():
"status": "success",
"message": "Alert saved",
"webex_room_id": webex_room_id,
"webex_room_url": room_link,
"webex_status": webex_status,
"sms_sent": sms_sent
}), 200