测试自动部署
This commit is contained in:
parent
7d69bbac2b
commit
c887ded57e
@ -38,6 +38,7 @@ steps:
|
|||||||
- export WEBROOT=$WEBROOT
|
- export WEBROOT=$WEBROOT
|
||||||
- export GIT_NAME=$GIT_NAME
|
- export GIT_NAME=$GIT_NAME
|
||||||
- export GIT_PASSWD=$GIT_PASSWD
|
- export GIT_PASSWD=$GIT_PASSWD
|
||||||
|
- echo $WEBROOT
|
||||||
- cd $WEBROOT
|
- cd $WEBROOT
|
||||||
- git remote rm origin
|
- 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/heibai2006/car4s.git
|
||||||
@ -59,6 +60,7 @@ steps:
|
|||||||
- export MYSQLUSER=$MYSQLUSER
|
- export MYSQLUSER=$MYSQLUSER
|
||||||
- export MYSQLPASSWD=$MYSQLPASSWD
|
- export MYSQLPASSWD=$MYSQLPASSWD
|
||||||
- export MYSQLPORT=$MYSQLPORT
|
- export MYSQLPORT=$MYSQLPORT
|
||||||
|
- echo $WEBROOT
|
||||||
- cd $WEBROOT
|
- cd $WEBROOT
|
||||||
- echo "[app]" > .env
|
- echo "[app]" > .env
|
||||||
- echo "debug = false" >> .env
|
- echo "debug = false" >> .env
|
||||||
|
Loading…
Reference in New Issue
Block a user