This commit is contained in:
kino 2021-01-20 14:53:41 +08:00
parent 21bec38537
commit 2f84db9e31
2 changed files with 8 additions and 0 deletions

0
deploy.sh → deploy_backend.sh Executable file → Normal file
View File

8
deploy_frontend.sh Normal file
View 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 "==========部署完成========="