Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center
Commits
40600f97
Commit
40600f97
authored
Apr 09, 2020
by
弓厶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加维护文件
parent
105889c3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
deploy/prod/pushToDocker.sh
+21
-0
No files found.
deploy/prod/pushToDocker.sh
0 → 100755
View file @
40600f97
#!/bin/bash
## 推送到公司的docker私库,暂时是试用的
cp ../../eureka/target/
*
.jar docker-gdtel-gztel-hhr/eureka/
cp ../../gateway/target/
*
.jar docker-gdtel-gztel-hhr/gateway/
cp ../../core-service/target/
*
.jar docker-gdtel-gztel-hhr/core/
cp ../../apply-net/target/
*
.jar docker-gdtel-gztel-hhr/applynet/
cp ../../service-manager/target/
*
.jar docker-gdtel-gztel-hhr/manager/
cp ../../new-user/target/
*
.jar docker-gdtel-gztel-hhr/newuser/
cp ../../old-user/target/
*
.jar docker-gdtel-gztel-hhr/olduser/
cp ../../task/target/
*
.jar docker-gdtel-gztel-hhr/task/
cd
docker-gdtel-gztel-hhr/
cd
eureka
docker build
-t
172.18.101.172:5000/eureka
.
&&
docker push 172.18.101.172:5000/eureka
cd
../gateway
docker build
-t
172.18.101.172:5000/gateway
.
&&
docker push 172.18.101.172:5000/gateway
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