mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-19 01:48:47 +08:00
9 lines
205 B
Bash
9 lines
205 B
Bash
#!/bin/bash
|
|
|
|
echo "==========打包========="
|
|
cd ruoyi-ui
|
|
#npm run build:prod
|
|
echo "==========上传服务器========="
|
|
scp -r dist/* root@62.234.115.161:/data/mall/
|
|
echo "==========部署完成========="
|