明树Git Lab

Commit 87bfe5da authored by Administrator's avatar Administrator

Update .gitlab-ci.yml

parent a8020335
Pipeline #103793 passed with stage
in 3 seconds
...@@ -21,8 +21,8 @@ package to gzb: ...@@ -21,8 +21,8 @@ package to gzb:
git checkout ./package.json && git checkout ./package.json &&
git pull && git pull &&
npm install --registry https://registry.npmmirror.com && npm install --registry https://registry.npmmirror.com &&
pm2 delete .\ecosystem.config.js --env production && pm2 delete ./ecosystem.config.js --env production &&
pm2 start .\ecosystem.config.js --env production pm2 start ./ecosystem.config.js --env production
" "
environment: environment:
name: master name: master
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment