Commit 4919dd3d authored by xhx's avatar xhx

.sh

parent 9878cf20
VUE_APP_MODE=live
\ No newline at end of file
tar -czf fns_backendlive.tar fns_backendlive
scp fns_backendlive.tar root@121.40.18.70:/usr/share/nginx/html/fns_backendlive.tar
rm -rf fns_backendlive.tar
ssh root@121.40.18.70 'cd /usr/share/nginx/html && rm -rf fns_backendlive && tar -xzf fns_backendlive.tar && rm -rf fns_backendlive.tar'
echo '👉 http://121.40.18.70:2050/'
\ No newline at end of file
...@@ -8,8 +8,10 @@ ...@@ -8,8 +8,10 @@
"normal": "vue-cli-service serve --mode normal", "normal": "vue-cli-service serve --mode normal",
"buildPlatform": "vue-cli-service build --mode platform", "buildPlatform": "vue-cli-service build --mode platform",
"buildNormal": "vue-cli-service build --mode normal", "buildNormal": "vue-cli-service build --mode normal",
"buildLive": "vue-cli-service build --mode live",
"bdPlatform": "npm run buildPlatform & bash deployPlatform.sh", "bdPlatform": "npm run buildPlatform & bash deployPlatform.sh",
"bdNormal": "npm run buildNormal & bash deployNormal.sh" "bdNormal": "npm run buildNormal & bash deployNormal.sh",
"bdLive": "npm run buildLive & bash deployLive.sh"
}, },
"dependencies": { "dependencies": {
"@tiptap/extension-image": "^2.0.0-beta.15", "@tiptap/extension-image": "^2.0.0-beta.15",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment