mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-19 01:48:47 +08:00
部署
This commit is contained in:
parent
21bec38537
commit
2f84db9e31
0
deploy.sh → deploy_backend.sh
Executable file → Normal file
0
deploy.sh → deploy_backend.sh
Executable file → Normal file
8
deploy_frontend.sh
Normal file
8
deploy_frontend.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "==========打包========="
|
||||
cd ruoyi-ui
|
||||
#npm run build:prod
|
||||
echo "==========上传服务器========="
|
||||
scp -r dist/* root@62.234.115.161:/data/mall/
|
||||
echo "==========部署完成========="
|
||||
Loading…
Reference in New Issue
Block a user