Skip to content
Snippets Groups Projects
Commit 3d7166dc authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Merge deploy-production jobs

- The csi key is deployed to GPN hosts and the same template can now be
  used for the TN and GPN servers.
- Remove the tower-cli tag. We control when a new image is pushed.
parent 4844bd3d
No related branches found
No related tags found
No related merge requests found
Pipeline #11408 passed
......@@ -45,7 +45,7 @@ tag-image:
deploy-staging:
<<: *runner_tags
stage: deploy
image: registry.esss.lu.se/ics-docker/tower-cli:3.3
image: registry.esss.lu.se/ics-docker/tower-cli
script:
- >
tower-cli job launch
......@@ -59,38 +59,19 @@ deploy-staging:
only:
- tags
deploy-production-gpn:
deploy-production:
<<: *runner_tags
stage: deploy
image: registry.esss.lu.se/ics-docker/tower-cli:3.3
image: registry.esss.lu.se/ics-docker/tower-cli
script:
- >
tower-cli job launch
-h torn.tn.esss.lu.se
-t ${TOWER_OAUTH_TOKEN}
-J deploy-jupyterhub-gpn
-J deploy-jupyterhub
--tags notebook --monitor
environment:
name: production-gpn
url: https://jupyterhub.esss.lu.se
only:
- tags
when: manual
deploy-production-tn:
<<: *runner_tags
stage: deploy
image: registry.esss.lu.se/ics-docker/tower-cli:3.3
script:
- >
tower-cli job launch
-h torn.tn.esss.lu.se
-t ${TOWER_OAUTH_TOKEN}
-J deploy-jupyterhub-tn
--tags notebook --monitor
environment:
name: production-tn
url: https://jupyterhub.tn.esss.lu.se
name: production
only:
- tags
when: manual
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment