diff --git a/website/_install.sh b/website/_install.sh index 02a473c..f2be832 100644 --- a/website/_install.sh +++ b/website/_install.sh @@ -17,7 +17,10 @@ else --comment "Deno js engine" \ deno fi - -# Clone website repo + +# Remove old existing files +rm -rf /srv/www +# Create fs structure mkdir -p /srv/www +# Clone website repo git clone -b main --depth 1 https://git.cohabit.fr/cohabit/website.git /srv/www