From 9c3c19e41025e926e002f629666a4b18e3915a1c 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 11:42:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=87=AA=E5=8A=A8=E9=83=A8?= =?UTF-8?q?=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index c55f4b6..1e47b65 100644 --- a/.drone.yml +++ b/.drone.yml @@ -59,6 +59,7 @@ steps: - export MYSQLUSER=$MYSQLUSER - export MYSQLPASSWD=$MYSQLPASSWD - export MYSQLPORT=$MYSQLPORT + - echo $WEBROOT - cd $WEBROOT - echo "[app]" > .env - echo "debug = false" >> .env