From cb77ed1a2df38acc9e51cd1981e2ea190991f045 Mon Sep 17 00:00:00 2001 From: Raymonzut Date: Sun, 6 Feb 2022 14:17:59 +0100 Subject: [PATCH] Add upload helper script Signed-off-by: Raymonzut --- client/upload.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 client/upload.sh diff --git a/client/upload.sh b/client/upload.sh new file mode 100755 index 0000000..1421d79 --- /dev/null +++ b/client/upload.sh @@ -0,0 +1,3 @@ +rsync -avz public/gen/ raymon.dev:~/Personal-Website/client/public/gen/ +rsync -avz posts_org/ raymon.dev:~/Personal-Website/client/posts_org +rsync -avz posts_custom/ raymon.dev:~/Personal-Website/client/posts_custom