summaryrefslogtreecommitdiff
path: root/bin/post-receive.githook
blob: 8292df0530bab0217a5e283d30a89762810aac0d (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
set -e
whoami
export LANG=en_US.UTF-8

unset GIT_DIR
cd /srv/http/www.andrewdm.me
git pull --ff-only