This commit is contained in:
parent
d66ec9932a
commit
8414422b9a
@ -15,8 +15,6 @@ clone:
|
|||||||
steps:
|
steps:
|
||||||
- name: "Git 设置"
|
- name: "Git 设置"
|
||||||
environment:
|
environment:
|
||||||
WEBROOT:
|
|
||||||
from_secret: WEBROOT
|
|
||||||
GIT_NAME:
|
GIT_NAME:
|
||||||
from_secret: GIT_NAME
|
from_secret: GIT_NAME
|
||||||
GIT_PASSWD:
|
GIT_PASSWD:
|
||||||
@ -30,7 +28,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 $WEBROOT
|
||||||
- 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