You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash |
|
|
|
echo "打包文件" |
|
yarn build |
|
echo "传输文件" |
|
scp -r ./dist/** pig@139.224.200.249:/data/avue/sword |
|
echo "部署成功" |