Skip to content

Commit

Permalink
update gitlab ci to deploy sliced_collections branch on apps dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalebi committed Mar 6, 2024
1 parent ee66f26 commit b14f824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ build:
variables:
BASE: k8s/web-prod/overlays/apps
rules:
- if: '$CI_DEPLOY_FREEZE == null && $CI_COMMIT_BRANCH == "develop" && $CI_PROJECT_NAMESPACE== "ensembl-apps"'
- if: '$CI_DEPLOY_FREEZE == null && $CI_COMMIT_BRANCH == "feat/sliced_collections" && $CI_PROJECT_NAMESPACE== "ensembl-apps"'

# deploy to staging at WP-HX
staging:wp-hx:
Expand Down

0 comments on commit b14f824

Please sign in to comment.