aboutsummaryrefslogtreecommitdiff
path: root/share/templater/drupal7/files/bin/post-receive
blob: c9c0e79f94b7cf58b437ef9ef518a5fd1118367e (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
# Post-receive git hook.
#

echo "Deploying on `cat /etc/hostname`..."

cd ..
unset GIT_DIR
make deploy