this repo has no description
2
fork

Configure Feed

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

log commit hash in msg

+1 -1
+1 -1
commit.sh
··· 10 10 git fetch --all 11 11 git reset --hard origin/master 12 12 13 - curl -d "name=vps%20git%20updated&body=fetched%20latest%20git%20commit%20for%20vielle.dev/vps-config&key=vps/commit/git" http://compuper:6500/notify 13 + curl -d "name=vps%20git%20updated&body=$(git log -1 --pretty=format:%h)%3A%20fetched%20latest%20git%20commit%20for%20vielle.dev/vps-config&key=vps/commit/git" http://compuper:6500/notify 14 14 15 15 16 16 # restart/rebuild all containers