this repo has no description
1
fork

Configure Feed

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

incl commit hash

+1 -1
+1 -1
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&key=pi/commit/git" http://compuper:6500/notify 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 16 16 17 17 # restart/rebuild all containers 18 18 docker compose build --no-cache