This commit is contained in:
parent
83f116321b
commit
d66ec9932a
12
.drone.yml
12
.drone.yml
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user