From 36c67cb8813464fc585ba72d4fe403142b0140a6 Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Thu, 29 May 2025 19:18:53 +0000 Subject: [PATCH] Merge 'dev' into 'production' --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f18eab..646ed8d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,7 @@ deploy_dev: extends: .deploy-template variables: TAG: dev - REMOTE_ENV_PATH: /rheinsw/dev + REMOTE_ENV_PATH: /rheinsw rules: - if: '$CI_COMMIT_BRANCH == "dev" || $CI_COMMIT_BRANCH == "pipeline"' @@ -51,6 +51,5 @@ deploy_prod: extends: .deploy-template variables: TAG: production - REMOTE_ENV_PATH: /rheinsw/prod - rules: - - if: '$CI_COMMIT_BRANCH == "production"' \ No newline at end of file + REMOTE_ENV_PATH: /rheinsw + rules: *deploy_production_rule \ No newline at end of file