浏览代码

修改ssh端口

lijie 4 年之前
父节点
当前提交
743ee47595
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      .drone_prod.yml

+ 4 - 2
.drone_prod.yml

@@ -43,7 +43,8 @@ steps:
   - name: scp_files
     image: appleboy/drone-scp
     settings:
-      host: 182.92.65.152:27082
+      host: 182.92.65.152
+      port: 27082
       username: root
       password: Swsc2021!bd
       debug: true
@@ -53,7 +54,8 @@ steps:
   - name: deploy
     image:  appleboy/drone-ssh
     settings:
-      host: 182.92.65.152:27082
+      host: 182.92.65.152
+      port: 27082
       username: root
       password: Swsc2021!bd
       debug: true