明树Git Lab

Commit 2d2692f7 authored by zfp1's avatar zfp1

Merge branch 'master' of gitlab.bridata.com:zengfanpei/jt_backend

parents 89171d08 a9359cba
Pipeline #103797 passed with stage
in 3 seconds
...@@ -21,7 +21,8 @@ package to gzb: ...@@ -21,7 +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 start .\ecosystem.config.js --env production && pm2 delete ./ecosystem.config.js --env production &&
pm2 start ./ecosystem.config.js --env production
" "
environment: environment:
name: master name: master
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"logging": true "logging": true
}, },
"redis": { "redis": {
"host": "localhost", "host": "127.0.0.1",
"port": 6379, "port": 6379,
"password": "gzbjt@2025", "password": "gzbjt@2025",
"db": 0 "db": 0
......
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