From 42d9f5447852c671bb1c8236d5832883dccc3a76 Mon Sep 17 00:00:00 2001 From: Gong <534592533@qq.com> Date: Tue, 29 Aug 2023 09:48:02 +0800 Subject: [PATCH] fix: YML --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index d9511e2..1eff0c1 100755 --- a/.drone.yml +++ b/.drone.yml @@ -42,10 +42,8 @@ steps: # 定义管道的执行步骤 image: uhub.service.ucloud.cn/drone/ssh settings: host: 'gong.cool' - username: - from_secret: root - key: - from_secret: gong921123.. + username: 'root' + key: 'gong921123..' # - name: start_container