aboutsummaryrefslogtreecommitdiffstats
path: root/hooks/post-receive
blob: 64026a7492f07c9f678903a79077900d280a9fd8 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
set -e
cd /home/git/build/webring
bash wr build
rsync -rlptD --delete public/ /var/www/webring.gumx.cc/
echo "webring deployed"