Update .gitlab-ci.yml

This commit is contained in:
FECR-IBD 2022-03-09 05:55:46 +00:00
parent afada13816
commit dae72e34ed
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