소스 검색

更新 '.drone.yml'

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

+ 10 - 0
.drone.yml

@@ -31,6 +31,16 @@ steps:
       script:
         - export PATH=/usr/local/bin:$PATH
         - echo $PATH
+  - name: scp_files_to_test
+    image: appleboy/drone-scp
+    settings:
+      host: 182.92.65.152
+      username: root
+      password: Swsc2021!bd
+      debug: true
+      target: /www/wwwroot/gdsc.svstrong.com/release
+      source: dist
+      rm: true
 volumes:
   - name: cache # The name use in this pipeline,
     host: