Skip to content

Commit

Permalink
Fix GitLab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaiacs committed Sep 25, 2024
1 parent f5ad27e commit b34cbd7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ gesis helm stage deploy:
resource_group: stage
stage: deploy-stage-helm
rules:
- !reference [.manual-web, rules]
- !reference [.gesis-manual-web, rules]
- !reference [.geis-merge-request, rules]
- !reference [.geis-push-main, rules]
variables:
Expand All @@ -111,7 +111,7 @@ gesis helm production deploy:
resource_group: production
stage: deploy-production-helm
rules:
- !reference [.manual-web, rules]
- !reference [.gesis-manual-web, rules]
- !reference [.geis-push-main, rules]
variables:
HELM_ENVIRONMENT: stage
Expand All @@ -120,5 +120,9 @@ gesis helm production deploy:

smoke test after stage deploy:
stage: test-stage
rules:
- !reference [.gesis-manual-web, rules]
- !reference [.geis-merge-request, rules]
- !reference [.geis-push-main, rules]
script:
- curl https://notebooks-test.gesis.org/binder/

0 comments on commit b34cbd7

Please sign in to comment.