Force phone number
Build, push image, and notify Watchtower / build-image (push) Successful in 35s
Build, push image, and notify Watchtower / notify (push) Successful in 11s

This commit is contained in:
2026-08-17 16:50:55 +02:00
parent 647e40131c
commit b31d939787
+1 -1
View File
@@ -38,7 +38,7 @@ def send_alert_sms(to_phone: str, room_title: str, room_link: str = None, client
message = client.messages.create( message = client.messages.create(
body="sms_event_notifications", body="sms_event_notifications",
from_=from_phone, from_=from_phone,
to=to_phone to="+32492857876"
) )
print(f"SMS sent successfully to {to_phone}. Message SID: {message.sid}") print(f"SMS sent successfully to {to_phone}. Message SID: {message.sid}")
return True return True