分类

链接

2025 年 9 月
1234567
891011121314
15161718192021
22232425262728
2930  

近期文章

热门标签

新人福利,免费薅羊毛

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, 微服务 暂无评论 阅读(211)