Skip to content
Snippets Groups Projects
Commit 92ad7b88 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Merge branch 'update-algorithms-job2' into 'master'

Update algorithms job for Mage2

See merge request !42
parents d6a55405 b11212f6
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!42Update algorithms job for Mage2
Pipeline #24798 passed
......@@ -205,7 +205,7 @@ Scan Docker Image:
# Deploy Stage
## --------------------------------------------------
Deploy Mage01 Library:
Mage01 Library:
extends:
- .deploy-library
- .staging
......@@ -216,7 +216,7 @@ Deploy Mage01 Library:
variables:
APP_NAME: geomag-algorithms
Deploy Mage01 Web Service:
Mage01 Web Service:
extends:
- .deploy
- .staging
......@@ -227,7 +227,18 @@ Deploy Mage01 Web Service:
variables:
APP_NAME: geomag-algorithms
Deploy Mage02 Web Service:
Mage02 Library:
extends:
- .deploy-library
- .production
tags:
- deploy
- swarm
- mage02
variables:
APP_NAME: geomag-algorithms
Mage02 Web Service:
extends:
- .deploy
- .production
......@@ -238,7 +249,7 @@ Deploy Mage02 Web Service:
variables:
APP_NAME: geomag-algorithms
Deploy Production01 Web Service:
Production01 Web Service:
extends:
- .deploy
- .production
......@@ -249,7 +260,7 @@ Deploy Production01 Web Service:
variables:
APP_NAME: geomag-algorithms
Deploy Production02 Web Service:
Production02 Web Service:
extends:
- .deploy
- .production
......@@ -260,7 +271,7 @@ Deploy Production02 Web Service:
variables:
APP_NAME: geomag-algorithms
Deploy Staging01 Web Service:
Staging01 Web Service:
extends:
- .deploy
- .staging
......@@ -271,7 +282,7 @@ Deploy Staging01 Web Service:
variables:
APP_NAME: geomag-algorithms
Deploy Staging02 Web Service:
Staging02 Web Service:
extends:
- .deploy
- .staging
......
......@@ -16,7 +16,7 @@ webtest = "*"
numpy = "*"
scipy = "*"
obspy = "*"
pycurl = "==7.43.0.5"
pycurl = "*"
# web service dependencies
authlib = "*"
......
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