From b200503f17e63124138b7bb0a41015a60cce1e2b 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:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E5=8E=BB=E9=A5=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index d2c304e..2ce3390 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,13 +26,11 @@ steps: - export MYSQLUSER=car_des8_com - export MYSQLPASSWD=eSfcCeDH76zC3MLG - export MYSQLPORT=3306 - - export GIT_NAME=GIT_NAME - - export GIT_PASSWD=$GIT_PASSWD - echo $WEBROOT - env - cd /www/wwwroot/car.des8.com - git remote rm origin - - git remote add origin http://$GIT_NAME:$GIT_PASSWD@git.des8.com/heibai2006/car4s.git + - git remote add origin http://$GIT_NAME:$GIT_PASSWD@git.des8.com/$GIT_NAME/car4s.git - name: "Clone 代码" commands: