zmena generovania backend.js na JavaScript lebo Vue projekt nie je typescript,

pridany deploy.bat skript pre nasadenie na produkciu,
This commit is contained in:
2026-07-07 23:37:44 +02:00
parent 4a5a3cc13f
commit 1569a0797e
8 changed files with 134 additions and 19 deletions

9
deploy.bat Normal file
View File

@ -0,0 +1,9 @@
@echo off
call php d:\www\sftpsync\src\sftpsync.php --host vihorlat.tpsoft.org --user igor ^
--delete-dir /storage/tpsoft.org/bugreport/app ^
--sync d:/www/BugReport/dist/app /storage/tpsoft.org/bugreport/app ^
--skip .git ^
--print-relative
echo ✔️ Done.