angular deploy script

This commit is contained in:
Patrick Haßel 2025-10-31 11:56:46 +01:00
parent 1e676d8e3b
commit 5bc68ca0c3

View File

@ -5,6 +5,7 @@
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
"build": "ng build", "build": "ng build",
"deploy": "ng build && rsync --archive --delete -e 'ssh -p2222' dist/angular/browser/ root@10.255.0.1:/srv/Data2025/www/ --progress",
"watch": "ng build --watch --configuration development", "watch": "ng build --watch --configuration development",
"test": "ng test" "test": "ng test"
}, },