ds
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
孟凡懂 2022-06-29 12:41:23 +08:00
parent 83f116321b
commit d66ec9932a

View File

@ -21,16 +21,6 @@ steps:
from_secret: GIT_NAME from_secret: GIT_NAME
GIT_PASSWD: GIT_PASSWD:
from_secret: GIT_PASSWD from_secret: GIT_PASSWD
MYSQLHOST:
from_secret: MYSQLHOST
MYSQLUSER:
from_secret: MYSQLUSER
MYSQLNAME:
from_secret: MYSQLNAME
MYSQLPASSWD:
from_secret: MYSQLPASSWD
MYSQLPORT:
from_secret: MYSQLPORT
commands: commands:
- export WEBROOT=/www/wwwroot/car.des8.com - export WEBROOT=/www/wwwroot/car.des8.com
- export MYSQLHOST=127.0.0.1 - export MYSQLHOST=127.0.0.1
@ -40,7 +30,7 @@ steps:
- export MYSQLPORT=3306 - export MYSQLPORT=3306
- export GIT_NAME=GIT_NAME - export GIT_NAME=GIT_NAME
- export GIT_PASSWD=$GIT_PASSWD - export GIT_PASSWD=$GIT_PASSWD
- echo GIT_NAME - echo $GIT_NAME
- env - env
- cd /www/wwwroot/car.des8.com - cd /www/wwwroot/car.des8.com
- git remote rm origin - git remote rm origin