Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
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-ui
Commits
c2301dcd
Commit
c2301dcd
authored
Dec 10, 2020
by
黎配弘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加发布脚本文件
parent
844a04a6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
deploy/prod/docker-gdtel-gztel-hhr/push.cmd
+16
-0
No files found.
deploy/prod/docker-gdtel-gztel-hhr/push.cmd
0 → 100644
View file @
c2301dcd
@echo off
SET HOST_NAME=172.18.101.172
:: 每次发版都需要改的版本号
SET APP_VERSION=0.0.2
SET APP_NAME=gdtelgztelschoolcenterui
cd %APP_NAME%
del nginx\html\*
xcopy ..\..\..\..\dist\* nginx\html\ /E/y
docker build -t %HOST_NAME%/gdtel-gztel-school-center/%APP_NAME%:%APP_VERSION% .
docker push %HOST_NAME%/gdtel-gztel-school-center/%APP_NAME%:%APP_VERSION%
cd ..
echo FINISH DATE: %date% %time% APP VERSION: %APP_VERSION%
\ No newline at end of file
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