diff options
| author | horus_arch | 2016-10-24 17:48:45 +0200 |
|---|---|---|
| committer | horus_arch | 2016-10-24 17:48:45 +0200 |
| commit | 1dd47959707916620db5ffce1e71aecef22695ce (patch) | |
| tree | f24c41b387ed3d753b575640c274259425200b05 /Makefile | |
| parent | 46aa49b80981f9cfc87192e1ffb421af922d644f (diff) | |
| download | gospeladlershof.de-1dd47959707916620db5ffce1e71aecef22695ce.tar.gz | |
Bugfix im Makefile.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ all: build deploy build: cd gospeladlershof.de && make build -deploy: +deploy: build if [ -d /var/www/gospeladlershof.de ]; then\ ( rsync --delete --exclude=secrets.php --exclude=json -avz intern/ /var/www/gospeladlershof.de/intern/ 1>/dev/null 2>/dev/null && \ cd gospeladlershof.de && rsync --delete -avz public/ /var/www/gospeladlershof.de/gospeladlershof.de/ 1>/dev/null 2>/dev/null && \ |
