Move deploy broadcast to the saas gem

This commit is contained in:
Mike Dalessio
2025-12-17 12:46:00 -05:00
parent a196715968
commit 605f4ed2a4
3 changed files with 6 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
url=$(op read "op://Deploy/Deploy Chatbot/url" --account Basecamp)
curl -s -d content="[Fizzy] ${1}" "${url}"