分类

链接

2025 年 4 月
 123456
78910111213
14151617181920
21222324252627
282930  

近期文章

热门标签

新人福利,免费薅羊毛

windows下利用wsl+sshpass 自动发布脚本

创建文件 publish-dev.sh 在windows下执行: sh ./publish-dev.sh 即可   name=homecare-h5 version=v0.0.1 ip=111.xxx.xxx.xxx pwd=xxxxxx echo publish to dev env.... #yarn install echo yarn test... yarn test echo uploading.... wsl sshpass -p $pwd scp -P22 -r ./dist/* root@$ip:/www/wwwroot/homecare-h5/ echo publish success!  

k8s, LINUX, 微服务 暂无评论 阅读(54)