Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
b9af75bb
Commit
b9af75bb
authored
Nov 08, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改门户配置打包
parent
06277c64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
base-manager/src/main/bin/deploy.sh
base-manager/src/main/bin/deploy.sh
+2
-0
base-manager/src/main/bin/shutdown.sh
base-manager/src/main/bin/shutdown.sh
+1
-1
No files found.
base-manager/src/main/bin/deploy.sh
View file @
b9af75bb
...
...
@@ -139,6 +139,8 @@ start_service_and_nginx() {
systemctl
enable
${
PROJECT_NAME
}
systemctl daemon-reload
systemctl stop
${
PROJECT_NAME
}
sleep
3
writelog
${
systemctl
status
${
PROJECT_NAME
}}
systemctl start
${
PROJECT_NAME
}
nginx
-t
nginx
-s
reload
...
...
base-manager/src/main/bin/shutdown.sh
View file @
b9af75bb
...
...
@@ -19,7 +19,7 @@ fi
echo
"stoping application
$PROJECT_NAME
......"
kill
-
9
${
pid
}
kill
-
15
${
pid
}
echo
"Send shutdown request to Server
$PROJECT_NAME
OK"
...
...
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