Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-cost-system
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
bltdc
dc-cost-system
Commits
0ed72e63
Commit
0ed72e63
authored
Sep 15, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
不知道改了什么
parent
9e5bd8c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
deploy-miniapp-inner-api.sh
cost-core/src/main/shell/deploy-miniapp-inner-api.sh
+15
-0
No files found.
cost-core/src/main/shell/deploy-miniapp-inner-api.sh
0 → 100644
View file @
0ed72e63
# shellcheck disable=SC2164
cd
/home/ubuntu/data/other/dc-cost-system/cost-core
git pull
# 拉取开发分支代码
git checkout master
#打包
mvn clean package
-Dmaven
.test.skip
=
true
-Dmaven
.compile.fork
=
true
# kill测试进程
# shellcheck disable=SC2009
ps
-ef
|
grep
cost-core |
grep
-v
grep
|
grep
inner-api | awk
'{print $2}'
| xargs
kill
-9
# 运行
nohup java
-Xms512m
-Xmx512m
-Xss1M
-jar
-Dspring
.profiles.active
=
inner-api /home/ubuntu/data/other/dc-cost-system/cost-core/target/cost-core-1.1.13.jar &
\
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