Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qsh-wc
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
honghuiliu
qsh-wc
Commits
608a307f
Commit
608a307f
authored
Sep 02, 2022
by
sven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
64b36e18
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
51 additions
and
0 deletions
+51
-0
build.sh
build.sh
+8
-0
build_prod.sh
build_prod.sh
+9
-0
pm2-prod.json
pm2-prod.json
+17
-0
pm2-test.json
pm2-test.json
+17
-0
No files found.
build.sh
0 → 100644
View file @
608a307f
#!/bin/sh -l
#cd phone
#npm i
#npm run build
#\cp -rfp dist/* ../dist_phone
cd
../
bee pack
-a
"qsh-wc-test"
-exp
=
".git:.idea:phone:pc"
exs
=
"Dockerfile:build.sh"
\ No newline at end of file
build_prod.sh
0 → 100644
View file @
608a307f
#!/bin/sh -l
cd
phone
npm i
npm run build
mv
dist/env/prod.js dist/env.js
\c
p
-rfp
dist/
*
../dist_phone
cd
../
bee pack
-a
"cf_data_monitor_prod"
-exp
=
".git:.idea:phone:pc"
exs
=
"Dockerfile:build.sh"
\ No newline at end of file
pm2-prod.json
0 → 100644
View file @
608a307f
{
"apps"
:
[
{
"name"
:
"cf-data-monitor-prod"
,
"exec_mode"
:
"fork"
,
"autorestart"
:
true
,
"instances"
:
1
,
"script"
:
"cf_data_monitor_prod"
,
"node_args"
:
[],
"args"
:
[
],
"env"
:
{
"GO_RUN_MODE"
:
"prod"
}
}
]
}
pm2-test.json
0 → 100644
View file @
608a307f
{
"apps"
:
[
{
"name"
:
"qsh-wc-test"
,
"exec_mode"
:
"fork"
,
"autorestart"
:
true
,
"instances"
:
1
,
"script"
:
"qsh-wc-test"
,
"node_args"
:
[],
"args"
:
[
],
"env"
:
{
"GO_RUN_MODE"
:
"test"
}
}
]
}
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