From 369f5dd598f9df5d6dcff1c322db0e6e3a1bcbb1 Mon Sep 17 00:00:00 2001 From: Eigeen Date: Thu, 31 Mar 2022 13:09:25 +0800 Subject: [PATCH] CI test #14 --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 470f7fc..8224f0f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,6 +48,7 @@ steps: envs: - deploy_dir script: + - export DEPLOY_DIR=$DEPLOY_DIR - echo $DEPLOY_DIR - name: upload @@ -55,6 +56,8 @@ steps: environment: DEPLOY_DIR: from_secret: deploy_dir + HOST1: + from_secret: production_server_addr settings: hosts: [ "$HOST1" ] user: