9 lines
270 B
Bash
9 lines
270 B
Bash
#!/bin/bash
|
||
|
||
npm run build:prod
|
||
zip -q -r dist.zip dist
|
||
|
||
#!/bin/bash
|
||
#mdsm正式服后台 地址 :https://mdsmadmin.yejjhsd.com
|
||
scp -P 22889 dist.zip server@34.92.204.175:/home/server/mdsm/houtai
|
||
ssh -p 22889 server@34.92.204.175 "bash /home/server/mdsm/houtai/run.sh" |