From 703de1a894de748d904908c1ab0f7906cb04c86e Mon Sep 17 00:00:00 2001 From: Raymonzut Date: Wed, 28 Sep 2022 18:35:45 +0200 Subject: [PATCH] Sync assets/images used for posts --- client/.gitignore | 2 ++ client/upload.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/client/.gitignore b/client/.gitignore index bcb4e32..048f152 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -2,6 +2,8 @@ public/*.html public/error/*.html templates/*.html +public/assets/images/* + posts_custom/* !posts_custom/ExamplePostCustomFormat posts_org/* diff --git a/client/upload.sh b/client/upload.sh index 1421d79..bb9deff 100755 --- a/client/upload.sh +++ b/client/upload.sh @@ -1,3 +1,4 @@ +rsync -avz public/assets/images/ raymon.dev:~/Personal-Website/client/public/assets/images 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