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
a43c27c0
Commit
a43c27c0
authored
Dec 09, 2020
by
黎配弘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加测试环境用的发布文件
parent
521d3811
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
deploy/prod/docker-gdtel-gztel-hhr/gdtelgztelschoolcenterrenewaluser/Dockerfile
+2
-1
deploy/prod/docker-gdtel-gztel-hhr/push.cmd
+1
-1
No files found.
deploy/prod/docker-gdtel-gztel-hhr/gdtelgztelschoolcenterrenewaluser/Dockerfile
View file @
a43c27c0
...
@@ -2,5 +2,5 @@ FROM openjdk:8-jre-alpine
...
@@ -2,5 +2,5 @@ FROM openjdk:8-jre-alpine
LABEL
maintainer="Liph <liph@gzwinsun.com>" app="gdtelgztelschoolcenterolduser"
LABEL
maintainer="Liph <liph@gzwinsun.com>" app="gdtelgztelschoolcenterolduser"
ENV
TZ=Asia/Shanghai
ENV
TZ=Asia/Shanghai
COPY
app.jar app.jar
COPY
app.jar app.jar
EXPOSE
1109
4
EXPOSE
1109
5
CMD
java -jar app.jar --spring.profiles.active=test
CMD
java -jar app.jar --spring.profiles.active=test
\ No newline at end of file
deploy/prod/docker-gdtel-gztel-hhr/push.cmd
View file @
a43c27c0
@echo off
@echo off
:: 每次发版都需要改的版本号
:: 每次发版都需要改的版本号
SET APP_VERSION=0.0.
3
SET APP_VERSION=0.0.
4
SET HOST_NAME=172.18.101.172
SET HOST_NAME=172.18.101.172
SET APP_NAME=gateway
SET APP_NAME=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