分类

链接

2025 年 3 月
 12
3456789
10111213141516
17181920212223
24252627282930
31  

近期文章

热门标签

新人福利,免费薅羊毛

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