summaryrefslogtreecommitdiff
path: root/intern.gospeladlershof.de/code/deploy.php
diff options
context:
space:
mode:
Diffstat (limited to 'intern.gospeladlershof.de/code/deploy.php')
-rw-r--r--intern.gospeladlershof.de/code/deploy.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern.gospeladlershof.de/code/deploy.php b/intern.gospeladlershof.de/code/deploy.php
index 15ca9c0..2eef4ba 100644
--- a/intern.gospeladlershof.de/code/deploy.php
+++ b/intern.gospeladlershof.de/code/deploy.php
@@ -1,6 +1,7 @@
<?php
-system('cd /home/horus/app/gospeladlershof.de && make -s 2>&1 | mail -s "Hugo: gospeladlershof.de" status@iamfabulous.de', $retval);
+#system('cd /home/horus/app/gospeladlershof.de && make -s 2>&1 | mail -s "Hugo: gospeladlershof.de" status@iamfabulous.de', $retval);
+system('cd /home/horus/app/gospeladlershof.de && make -s 2>&1', $retval);
header($_SERVER["SERVER_PROTOCOL"] . " 302 Redirect");
if ( 0 !== $retval ) {