From 357bc8a1a7ab2055a947e92c7225998131ed53ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=87=A1=E6=87=82?= Date: Wed, 29 Jun 2022 12:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8da7c2c..21df09a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: MYSQLPORT: from_secret: MYSQLPORT commands: - - export WEBROOT=$WEBROOT + - export WEBROOT=$$WEBROOT - export MYSQLHOST=$MYSQLHOST - export MYSQLNAME=$MYSQLNAME - export MYSQLUSER=$MYSQLUSER