diff options
| author | Horus3 | 2016-09-28 14:43:28 +0200 |
|---|---|---|
| committer | Horus3 | 2016-09-28 14:43:28 +0200 |
| commit | 4c39424720d6be708896f42b73a93df3c2637a10 (patch) | |
| tree | c7745f9baace398ec326bdcba86372653ae69013 /Makefile | |
| parent | bd4d765135cd8c56b1a771a858593e979f4d2e36 (diff) | |
| download | gospeladlershof.de-4c39424720d6be708896f42b73a93df3c2637a10.tar.gz | |
Bugfix im Makefile.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ deploy: cd gospeladlershof.de && rsync --delete -avz public/ /var/www/gospeladlershof.de/gospeladlershof.de/ 1>/dev/null 2>/dev/null && \ echo "Success: Site gospeladlershof.de was built.") || ./error.sh; \ else \ - echo rsync --delete -avze ssh intern/ online:/var/www/gospeladlershof.de/intern/ && \ + rsync --delete --exclude=secrets.php --exclude=json -avze ssh intern/ online:/var/www/gospeladlershof.de/intern/ && \ cd gospeladlershof.de && rsync --delete --exclude=secrets.php --exclude=json -avze ssh public/ online:/var/www/gospeladlershof.de/gospeladlershof.de/; \ fi |
