Config for my PI/PDS

add id for notifications and actually pipe errors properly

vielle.dev 87244d97 dbdeeccb

verified
+2 -2
commit.sh
··· 12 12 13 13 echo "git fetched!" 14 14 15 - curl -d "name=pi%20git%20updated&body=fetched%20latest%20git%20commit%20for%20vielle.dev/pi-config" http://compuper:6500/notify 15 + curl -d "name=pi%20git%20updated&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 --no-cache ··· 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" http://compuper:6500/notify 24 + curl -d "name=pi%20ready&body=finished%20building%20docker&key=pi/commit/build" http://compuper:6500/notify 25 25 26 26 exit 0
+1 -1
tangled-on-commit.json
··· 1 1 { 2 2 "handle": "vielle.dev", 3 3 "repo_name": "pi-config", 4 - "shell": "./commit.sh 2>&1 >> commit-out.txt" 4 + "shell": "./commit.sh >> commit-out.txt 2>&1" 5 5 }