From 3fa0ebbbc73cb62d46cfa80382615170e6c2c80e Mon Sep 17 00:00:00 2001 From: teddy Date: Mon, 29 Sep 2025 10:54:06 +0700 Subject: [PATCH] update --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa659e8..d66a6b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build_image: - docker push 36.66.3.44:7007/$PROJECT_NAME:$CI_PIPELINE_ID environment: only: - - dev + - main tags: - runner-internal-his @@ -23,7 +23,7 @@ deploy_development: - docker stack deploy --compose-file compose.yml scheduler-app environment: only: - - dev + - main tags: - runner-internal-his @@ -35,6 +35,6 @@ cleaning_image_and_container: - echo y | docker image prune -a environment: only: - - dev + - main tags: - runner-internal-his