This commit is contained in:
timorls 2022-03-09 13:59:41 +08:00
commit ad470b4901
1 changed files with 6 additions and 6 deletions

View File

@ -4,12 +4,12 @@ stages:
job:
stage: deploy
script:
- docker stop tfse_admin
- docker rm tfse_admin
- docker build -t tfse_admin .
- docker run -d --restart=always -p 51004:51004 --name tfse_admin tfse_admin
- docker stop tfse_admin_webapp_v0.2
- docker rm tfse_admin_webapp_v0.2
- docker build -t tfse_admin_webapp_v0.2 .
- docker run -d --restart=always -p 51004:51004 --name tfse_admin_webapp_v0.2 tfse_admin_webapp_v0.2
only:
- master
tags:
- tfse_admin
- tfse_admin_webapp_v0.2