feat(deploy): implement new deployment script using ssh2-sftp-client

- Replace PowerShell deploy script with TypeScript-based deploy script
- Add SSH2 SFTP client for secure file uploads to remote server
- Include error handling and logging for deployment process
- Update package.json to reflect changes in deploy command and add new dependencies
This commit is contained in:
dmy
2026-01-15 21:02:36 +08:00
parent 5edebd9d55
commit 3033eb622f
4 changed files with 159 additions and 3 deletions

3
.gitignore vendored
View File

@@ -12,4 +12,5 @@ build
*-lock.json
*.woff2
widget/looker/frontend/src/assets/fonts/OFL.txt
dist-electron
dist-electron
unpackage