This commit is contained in:
parent
5f98e51d9f
commit
635690e8b8
@ -13,7 +13,9 @@ server:
|
|||||||
clone:
|
clone:
|
||||||
disable: true
|
disable: true
|
||||||
|
|
||||||
environment:
|
steps:
|
||||||
|
- name: "Git 设置"
|
||||||
|
environment:
|
||||||
WEBROOT:
|
WEBROOT:
|
||||||
from_secret: WEBROOT
|
from_secret: WEBROOT
|
||||||
GIT_NAME:
|
GIT_NAME:
|
||||||
@ -30,11 +32,8 @@ environment:
|
|||||||
from_secret: MYSQLPASSWD
|
from_secret: MYSQLPASSWD
|
||||||
MYSQLPORT:
|
MYSQLPORT:
|
||||||
from_secret: MYSQLPORT
|
from_secret: MYSQLPORT
|
||||||
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: "Git 设置"
|
|
||||||
commands:
|
commands:
|
||||||
|
- env
|
||||||
- export WEBROOT=$WEBROOT
|
- export WEBROOT=$WEBROOT
|
||||||
- export MYSQLHOST=$MYSQLHOST
|
- export MYSQLHOST=$MYSQLHOST
|
||||||
- export MYSQLNAME=$MYSQLNAME
|
- export MYSQLNAME=$MYSQLNAME
|
||||||
|
Loading…
Reference in New Issue
Block a user