diff options
author | Jonas Kohl | 2024-07-19 16:23:03 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-19 16:23:03 +0200 |
commit | 170d134f6988450861d23eb02855eafd84a4e071 (patch) | |
tree | 23fda5c2782e6905744ed9a56bd58576f5bd82c0 | |
parent | 63fe1d9cc50fef591f5a6b1813804d40e1d302d7 (diff) |
Add rsync publish method
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,3 +17,6 @@ clean: publish: neocities push build + +publish-http: + rsync -avh ./build/ hozyro-srv:/var/www/hozyro --delete |