this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

timeout notifications to stop em pilling up lol

+2 -2
+2 -2
commit.sh
··· 12 12 13 13 echo "git fetched!" 14 14 15 - curl -d "name=pi%20git%20updated%20$(git log -1 --pretty=format:%h)&body=fetched%20latest%20git%20commit%20for%20vielle.dev/pi-config&key=pi/commit/git" http://compuper:6500/notify 15 + curl -d "name=pi%20git%20updated%20$(git log -1 --pretty=format:%h)&timeout=5000&body=fetched%20latest%20git%20commit%20for%20vielle.dev/pi-config&key=pi/commit/git" http://compuper:6500/notify 16 16 17 17 # restart/rebuild all containers 18 18 docker compose build ··· 21 21 # clear out dockerfiles to stop my drive exploding 22 22 docker system prune -af 23 23 24 - curl -d "name=pi%20ready&body=finished%20building%20docker&key=pi/commit/build" http://compuper:6500/notify 24 + curl -d "name=pi%20ready&timeout=5000&body=finished%20building%20docker&key=pi/commit/build" http://compuper:6500/notify 25 25 26 26 exit 0