Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
corporate-culture-qd
Overview
Overview
Details
Activity
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
王立鹏
corporate-culture-qd
Commits
b6a2f55a
Commit
b6a2f55a
authored
Jul 10, 2026
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 优化信息
parent
369c6be5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
deploytest.js
deploy/deploytest.js
+4
-4
package.json
package.json
+1
-1
No files found.
deploy/deploytest.js
View file @
b6a2f55a
...
@@ -14,10 +14,10 @@ const deploySlug = getDeploySlug(branchName);
...
@@ -14,10 +14,10 @@ const deploySlug = getDeploySlug(branchName);
const
MAX_DEPLOY_BRANCH_COUNT
=
5
;
const
MAX_DEPLOY_BRANCH_COUNT
=
5
;
const
connectInfo
=
{
const
connectInfo
=
{
host
:
"47.119.149.50"
,
host
:
process
.
env
.
DEPLOY_TEST_HOST
,
port
:
"22"
,
port
:
process
.
env
.
DEPLOY_TEST_PORT
,
username
:
"root"
,
username
:
process
.
env
.
DEPLOY_TEST_USERNAME
,
password
:
"Qdt20250205"
,
password
:
process
.
env
.
DEPLOY_TEST_PASSWORD
,
};
};
const
remoteRootPath
=
"/usr/local/nginx/www/culture"
;
const
remoteRootPath
=
"/usr/local/nginx/www/culture"
;
...
...
package.json
View file @
b6a2f55a
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
"build-only"
:
"vite build"
,
"build-only"
:
"vite build"
,
"build:dev"
:
"nvm use 20 && vite build --mode development"
,
"build:dev"
:
"nvm use 20 && vite build --mode development"
,
"build:test"
:
"nvm use 20 && vite build --mode test"
,
"build:test"
:
"nvm use 20 && vite build --mode test"
,
"deploy:test"
:
"node deploy/deploytest.js"
,
"deploy:test"
:
"node
--env-file=.env.local
deploy/deploytest.js"
,
"build:prod"
:
"nvm use 20 && vite build --mode production"
,
"build:prod"
:
"nvm use 20 && vite build --mode production"
,
"deploy:prod"
:
"node --env-file=.env.local deploy/deployprod.js"
,
"deploy:prod"
:
"node --env-file=.env.local deploy/deployprod.js"
,
"deploy:prod:update-info"
:
"node --env-file=.env.local deploy/deployprod.js --update-info"
"deploy:prod:update-info"
:
"node --env-file=.env.local deploy/deployprod.js --update-info"
...
...
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