Update .gitlab-ci.yml file

This commit is contained in:
Mikhail 2024-02-10 01:34:30 +00:00
parent 2a6db7cc50
commit 99118284b5

@ -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: