aboutsummaryrefslogtreecommitdiff
path: root/share/templater/drupal7/files/bin/post-receive
diff options
context:
space:
mode:
Diffstat (limited to 'share/templater/drupal7/files/bin/post-receive')
-rwxr-xr-xshare/templater/drupal7/files/bin/post-receive10
1 files changed, 0 insertions, 10 deletions
diff --git a/share/templater/drupal7/files/bin/post-receive b/share/templater/drupal7/files/bin/post-receive
deleted file mode 100755
index c9c0e79..0000000
--- a/share/templater/drupal7/files/bin/post-receive
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-#
-# Post-receive git hook.
-#
-
-echo "Deploying on `cat /etc/hostname`..."
-
-cd ..
-unset GIT_DIR
-make deploy