Config files for my server. Except not my secrets

log commit hash in msg

vielle.dev c7c41eaa 6332bc31

verified
Changed files
+1 -1
+1 -1
commit.sh
··· 10 git fetch --all 11 git reset --hard origin/master 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 14 15 16 # restart/rebuild all containers
··· 10 git fetch --all 11 git reset --hard origin/master 12 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 15 16 # restart/rebuild all containers