Compare commits
2 Commits
0f73baec21
...
280ef6c849
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
280ef6c849 | ||
|
|
2721808914 |
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }} \
|
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
|
||||||
|
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
|
||||||
|
fi \
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -23,4 +23,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
|
|||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -22,4 +22,8 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/geezo/docker_containers && \
|
cd /home/geezo/docker_containers && \
|
||||||
./restart_container.sh ${{ env.app_folder }}
|
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
|
||||||
|
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
|
||||||
|
fi
|
||||||
@ -234,7 +234,7 @@ pages:
|
|||||||
subreddit: pslf
|
subreddit: pslf
|
||||||
show-thumbnails: true
|
show-thumbnails: true
|
||||||
|
|
||||||
- name: Reddit Misc
|
- name: Reddit Misc - it works
|
||||||
columns:
|
columns:
|
||||||
- size: full
|
- size: full
|
||||||
widgets:
|
widgets:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user