Updated web-site and added deployment script

This commit is contained in:
2021-09-12 11:35:18 +02:00
parent cc9e2a44bf
commit 309692296a
42 changed files with 1733 additions and 44 deletions

6
deploy.bat Normal file
View File

@@ -0,0 +1,6 @@
@ECHO OFF
set TARGET=\\wsl$\docker-desktop-data\version-pack-data\community\docker\volumes\docker-swag_swag_conf\_data\www\HomeAutomation
echo Updating Web-site
call .\build_web.bat
echo Deploying to %TARGET%
xcopy /E/Q/I/Y .\site\*.* %TARGET%