feat: change agent and container add tags

This commit is contained in:
2024-09-28 03:01:10 +08:00
parent 718322ae47
commit 1505c25166
7 changed files with 32 additions and 25 deletions

View File

@@ -12,7 +12,7 @@
"dev:watch": "concurrently -n \"Watch,Dev\" -c \"green,blue\" \"npm run watch\" \"sleep 1 && npm run dev\" ",
"build": "cross-env ENV=production webpack --mode=production ",
"build:sh": "cross-env webpack --mode=production -c ./webpack.shell.config.cjs",
"deploy": "scp ./dist/app.cjs light:~/apps/codeflow/backend",
"deploy": "rsync -avz --delete ./dist/ light:~/apps/codeflow/backend",
"deploy:sh": "",
"clean": "rm -rf dist",
"reload": "ssh light pm2 restart codeflow",