From 47516c72d55cbac4fb331b2751aed8c23e3204c4 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Tue, 19 Sep 2023 15:25:25 +0800 Subject: [PATCH] update drone --- .drone.yml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index ec09bb0c..7d03eba4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,6 +41,7 @@ steps: password: Microsoft@2022 command_timeout: 10m script: + - scp help - cd D:/BQ-JS/test # - stop.cmd - cd .. @@ -58,18 +59,19 @@ steps: # target: /D D:/BQ-JS/test # source: ./build/publish - - name: deploy - image: axute/drone-sftp - settings: - host: dev.ccwin-in.com - port: 16085 - username: - from_secret: username - password: - from_secret: password - source: ./build/publish - target: D:/BQ-JS/test - debug: true + # - name: deploy + # image: axute/drone-sftp + # settings: + # host: dev.ccwin-in.com + # port: 16085 + # username: + # from_secret: username + # password: + # from_secret: password + # source: ./build/publish + # target: D:/BQ-JS/test + # debug: true + # - name: start # image: appleboy/drone-ssh # settings: