This commit is contained in:
geezo 2025-05-10 11:38:25 -04:00
parent 738830bc6a
commit 9190881e5a

View File

@ -24,7 +24,7 @@ jobs:
script: | script: |
cd /home/geezo/docker_containers && \ cd /home/geezo/docker_containers && \
if ./restart_container.sh ${{ env.app_folder }}; then if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker ./send_notification.sh -m "Successfully updated ${{ env.app_folder }} container"
else else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker ./send_notification.sh -m "Failed to update ${{ env.app_folder }} container"
fi fi