修改CI自动部署的ssh端口
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
meng 2023-02-24 04:58:14 +08:00
parent eebdf69ab7
commit 45a991a6f8

View File

@ -23,7 +23,7 @@ steps:
- echo "Git 设置"
- cd /www/wwwroot/we.cnp5.cn/addons/ewei_shopv2
- git remote rm origin
- git remote add origin ssh://git@home.des8.com:8022/heibai2006/wpfw_ewei_shopv2.git
- git remote add origin ssh://git@home.des8.com:3321/heibai2006/wpfw_ewei_shopv2.git
- name: "git更新代码"
commands: