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"