fix: add nova deploy

This commit is contained in:
xion 2024-11-29 00:07:35 +08:00
parent 943f8d408f
commit b67bc5d124

View File

@ -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"
},