changes
This commit is contained in:
parent
738830bc6a
commit
9190881e5a
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user