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