测试自动部署

This commit is contained in:
孟凡懂 2022-06-29 11:42:27 +08:00
parent 7d69bbac2b
commit c887ded57e

View File

@ -38,6 +38,7 @@ steps:
- export WEBROOT=$WEBROOT
- export GIT_NAME=$GIT_NAME
- export GIT_PASSWD=$GIT_PASSWD
- echo $WEBROOT
- cd $WEBROOT
- git remote rm origin
- git remote add origin http://$GIT_NAME:$GIT_PASSWD@git.des8.com/heibai2006/car4s.git
@ -59,6 +60,7 @@ steps:
- export MYSQLUSER=$MYSQLUSER
- export MYSQLPASSWD=$MYSQLPASSWD
- export MYSQLPORT=$MYSQLPORT
- echo $WEBROOT
- cd $WEBROOT
- echo "[app]" > .env
- echo "debug = false" >> .env