소스 검색

更新 '.drone.yml'

iamsee 4 년 전
부모
커밋
b2f1e19a0c
1개의 변경된 파일4개의 추가작업 그리고 7개의 파일을 삭제
  1. 4 7
      .drone.yml

+ 4 - 7
.drone.yml

@@ -42,19 +42,16 @@ steps:
   - name: scp_files
     image: appleboy/drone-scp
     settings:
-      host:
-        - deploy.iamsee.com
+      host: deploy.iamsee.com
       username: root
       password: $jgkj001
-      port: 22
-      command_timeout: 2m
+      debug: true
       target: /tmp/jar
-      source:
-        - railway-admin/target/railway-admin.jar
+      source: railway-admin/target/railway-admin.jar
   - name: deploy
     image:  appleboy/drone-ssh
     settings:
-      host: railway.iamsee.com
+      host: deploy.iamsee.com
       username: root
       password: $jgkj001
       debug: true