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:
9
deploy.bat
Normal file
9
deploy.bat
Normal 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.
|
||||
Reference in New Issue
Block a user