From df3378182e90dfb7eee7b7bad6eb6903aafbebb9 Mon Sep 17 00:00:00 2001 From: FECR-IBD Date: Wed, 9 Mar 2022 03:28:31 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9c894f..44f531c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,10 +4,10 @@ stages: job: stage: deploy script: - - docker stop TFSE_ETL_API_v0.2 - - docker rm TFSE_ETL_API_v0.2 - - docker build -t TFSE_ETL_API_v0_2 . - - docker run -d -p 51011:51011 --name TFSE_ETL_API_v0.2 -v /etc/timezone:/etc/timezone:ro -v /etc/localtime:/etc/localtime:ro TFSE_ETL_API_v0_2 + - docker stop tfse_etl_api_v0.2 + - docker rm tfse_etl_api_v0.2 + - docker build -t tfse_etl_api_v0.2 . + - docker run -d -p 51011:51011 --name tfse_etl_api_v0.2 -v /etc/timezone:/etc/timezone:ro -v /etc/localtime:/etc/localtime:ro tfse_etl_api_v0.2 only: - master tags: