From 99118284b5b75ab8718c0672c599a8e1d64dd1e5 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Sat, 10 Feb 2024 01:34:30 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d75533f..b5846c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,9 +13,7 @@ build-app: deploy-to-staging: extends: .deploy_template rules: - - if: "$CI_COMMIT_BRANCH == $BRANCH" - after_script: - - ls + - if: "$CI_COMMIT_BRANCH == $STAGING_BRANCH" deploy-to-prod: rules: