diff --git a/deploy.bat b/deploy.bat new file mode 100644 index 0000000..d64473a --- /dev/null +++ b/deploy.bat @@ -0,0 +1,4 @@ +@echo off +call npm run build +if %errorlevel% neq 0 exit /b %errorlevel% +scp -r dist\. jake@realrobots.net:~/blocks/ \ No newline at end of file diff --git a/index.html b/index.html index ab389a5..08ac169 100644 --- a/index.html +++ b/index.html @@ -3,29 +3,27 @@
-Choose your ESP32 chip family, then continue to flash firmware in-browser.
+