diff --git a/.drone.yml b/.drone.yml index ca1c7c8..d2c304e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,8 +15,6 @@ clone: steps: - name: "Git 设置" environment: - WEBROOT: - from_secret: WEBROOT GIT_NAME: from_secret: GIT_NAME GIT_PASSWD: @@ -30,7 +28,7 @@ steps: - export MYSQLPORT=3306 - export GIT_NAME=GIT_NAME - export GIT_PASSWD=$GIT_PASSWD - - echo $GIT_NAME + - echo $WEBROOT - env - cd /www/wwwroot/car.des8.com - git remote rm origin