From aff6dae7d62caa15fc7fabda7de88ebd5ed0cbd9 Mon Sep 17 00:00:00 2001 From: lz-wang Date: Sun, 4 Sep 2022 10:24:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8C=96=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=20Python=203.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6fe6b5d..dec6b68 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,15 +4,16 @@ type: ssh name: 自动构建Python3.10镜像 server: - host: 38.55.104.160 - user: root + host: + from_secret: aus_host + user: + from_secret: aus_user password: from_secret: aus_pw steps: - name: Show System Env commands: - - echo hello world - whoami - date - ls