diff options
| author | horus_arch | 2016-12-13 19:25:18 +0100 |
|---|---|---|
| committer | horus_arch | 2016-12-13 19:25:18 +0100 |
| commit | 7f0dff0d613a01e3c88690586e9ba9df672efb04 (patch) | |
| tree | 6be203208432ab451a40989cb24f6c66d6936440 /intern.gospeladlershof.de/code | |
| parent | df8b3e88c82f0a108a524a4c52eaad6dcb2fbb91 (diff) | |
| download | gospeladlershof.de-7f0dff0d613a01e3c88690586e9ba9df672efb04.tar.gz | |
Die Seite wird jetzt in einer VM gebaut. Zum veröffentlichen ist jetzt eine MQ vonnöten.
Diffstat (limited to 'intern.gospeladlershof.de/code')
| -rw-r--r-- | intern.gospeladlershof.de/code/deploy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intern.gospeladlershof.de/code/deploy.php b/intern.gospeladlershof.de/code/deploy.php index 7782984..15ca9c0 100644 --- a/intern.gospeladlershof.de/code/deploy.php +++ b/intern.gospeladlershof.de/code/deploy.php @@ -1,6 +1,6 @@ <?php -system('cd /home/horus/sites/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); header($_SERVER["SERVER_PROTOCOL"] . " 302 Redirect"); if ( 0 !== $retval ) { |
