From 710b5508acc513ad0308686ddd4f86f8f6dfd6be Mon Sep 17 00:00:00 2001 From: Pim Nelissen Date: Sun, 28 Sep 2025 17:37:22 +0200 Subject: [PATCH] add remove statement to website update script --- scripts/pcs-hugo-pub | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/pcs-hugo-pub b/scripts/pcs-hugo-pub index bcee943..055bffa 100755 --- a/scripts/pcs-hugo-pub +++ b/scripts/pcs-hugo-pub @@ -1,3 +1,4 @@ hugo --minify +ssh pim@cloud "rm -rf /home/pim/website/*" scp -r public/* cloud:/home/pim/website -echo -e "\e[1;32mDon't forget to update your CV as well!\e[0m" +echo "\e[1;32mDon't forget to update your CV as well!\e[0m"