From d26c6b20236cb0c3e77b1fb70793ac6a61e53f53 Mon Sep 17 00:00:00 2001 From: Gong <534592533@qq.com> Date: Tue, 29 Aug 2023 10:33:52 +0800 Subject: [PATCH] fix: YML --- .drone.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 900cf1a..284864f 100755 --- a/.drone.yml +++ b/.drone.yml @@ -39,16 +39,16 @@ steps: # 定义管道的执行步骤 - name: build-start image: appleboy/drone-ssh -# settings: -# host: gong.cool -# username: -# from_secret: ssh_username -# password: -# from_secret: ssh_password -# command_timeout: 5m -# commands: -# - cd /usr/local -# - ls -a + settings: + host: gong.cool + username: + from_secret: ssh_username + password: + from_secret: ssh_password + command_timeout: 5m + commands: + - cd /usr/local + - ls -a # - name: start_container