fix: add nova deploy
This commit is contained in:
parent
943f8d408f
commit
b67bc5d124
@ -15,6 +15,7 @@
|
||||
"clean": "rm -rf dist",
|
||||
"reload": "ssh light pm2 restart codeflow",
|
||||
"pub": "npm run build && npm run deploy && npm run reload",
|
||||
"deploy:nova": "rsync -avz --delete ./dist/ --exclude='app.config.json5' nova:~/apps/codeflow/backend",
|
||||
"apps:build": "rollup -c rollup.apps.config.mjs",
|
||||
"apps:watch": "rollup -c rollup.apps.config.mjs -w"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user