Files
homelab/scripts/notify.sh.j2
Matthew McKinnon 12444311a4
All checks were successful
Deploy / Prepare Build (push) Successful in 13s
Initial Commit
2025-09-08 18:29:40 +10:00

3 lines
147 B
Django/Jinja

#!/bin/bash
curl -H "Content-Type: application/json" -d '{"text": "Cloud-init provisioning has been completed on '"$(hostname)"'!"}' "{{ TEAMS }}"