From dae72e34ed8ba6db3cabaf924f6985b78a2b89d8 Mon Sep 17 00:00:00 2001 From: FECR-IBD Date: Wed, 9 Mar 2022 05:55:46 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64eb637..c08b92c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 - \ No newline at end of file + - tfse_admin_webapp_v0.2 +