Skip to content

Commit

Permalink
Merge pull request #117 from tulibraries/DEVO-1038-update-cluster-var…
Browse files Browse the repository at this point in the history
…iables

DEVO-1038 Use variables set in gitlab for clusters
  • Loading branch information
dkinzer authored Apr 15, 2024
2 parents f6ee83a + 6d249fa commit acc4dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ qa_deploy:
variables:
HARBOR_IMAGE: $HARBOR/tulibraries/tul_omeka-s
RANCHER: rancher-np
CLUSTER: dev-library0
CLUSTER: $DEV_CLUSTER
stage: deploy
extends: .helm_setup
only:
Expand Down Expand Up @@ -80,7 +80,7 @@ prod_deploy:
variables:
HARBOR_IMAGE: $HARBOR/tulibraries/tul_omeka-s
RANCHER: rancher
CLUSTER: prod-library0
CLUSTER: $PROD_CLUSTER
stage: deploy
extends: .helm_setup
only:
Expand Down

0 comments on commit acc4dba

Please sign in to comment.