commit 8dc43b25ffc9b73b5cf90a6361821c1038ab9717 parent 2e795097ba2812f2e0b5fba36d8b0b0ff8f0e569 Author: MichaĆ Sapka <michal@sapka.me> Date: Thu, 9 Feb 2023 21:47:35 +0100 chore: remove orphanted files when uploading Diffstat:
M | upload.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/upload.sh b/upload.sh @@ -1,3 +1,3 @@ #!/bin/sh -hugo & rsync -rtvzP public/ ds@d-s.sh:/usr/local/www/d-s.sh/html/ +hugo & rsync -rtvzP public/ ds@d-s.sh:/usr/local/www/d-s.sh/html/ --delete