From c887ded57e85d28d2751b2fe98c222159f030208 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index c55f4b6..0f08183 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,6 +38,7 @@ steps: - export WEBROOT=$WEBROOT - export GIT_NAME=$GIT_NAME - export GIT_PASSWD=$GIT_PASSWD + - echo $WEBROOT - cd $WEBROOT - git remote rm origin - git remote add origin http://$GIT_NAME:$GIT_PASSWD@git.des8.com/heibai2006/car4s.git @@ -59,6 +60,7 @@ steps: - export MYSQLUSER=$MYSQLUSER - export MYSQLPASSWD=$MYSQLPASSWD - export MYSQLPORT=$MYSQLPORT + - echo $WEBROOT - cd $WEBROOT - echo "[app]" > .env - echo "debug = false" >> .env