diff --git a/send_to_server.bat b/send_to_server.bat new file mode 100644 index 0000000..f97121c --- /dev/null +++ b/send_to_server.bat @@ -0,0 +1,3 @@ +mkdocs build +scp -r ./site/* axel@apache-proxy.lan:/var/www/axolito +ssh axel@apache-proxy.lan "find /var/www/axolito -type d -exec chmod +x {} \;" \ No newline at end of file