明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_backend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zengfanpei
jt_backend
Commits
2d2692f7
Commit
2d2692f7
authored
Nov 28, 2025
by
zfp1
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.bridata.com:zengfanpei/jt_backend
parents
89171d08
a9359cba
Pipeline
#103797
passed with stage
in 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-1
production.json
config/production.json
+1
-1
No files found.
.gitlab-ci.yml
View file @
2d2692f7
...
@@ -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
...
...
config/production.json
View file @
2d2692f7
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment