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: