diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae27e65076b969a93fba02e43b411f5b818dc27a..22edb09ef5fbf6ca6063986f9f52da4763dcd62d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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,7 @@ Deploy Mage01 Web Service: variables: APP_NAME: geomag-algorithms -Deploy Mage02 Web Service: +Mage02 Web Service: extends: - .deploy - .production @@ -238,7 +238,7 @@ Deploy Mage02 Web Service: variables: APP_NAME: geomag-algorithms -Deploy Production01 Web Service: +Production01 Web Service: extends: - .deploy - .production @@ -249,7 +249,7 @@ Deploy Production01 Web Service: variables: APP_NAME: geomag-algorithms -Deploy Production02 Web Service: +Production02 Web Service: extends: - .deploy - .production @@ -260,7 +260,7 @@ Deploy Production02 Web Service: variables: APP_NAME: geomag-algorithms -Deploy Staging01 Web Service: +Staging01 Web Service: extends: - .deploy - .staging @@ -271,7 +271,7 @@ Deploy Staging01 Web Service: variables: APP_NAME: geomag-algorithms -Deploy Staging02 Web Service: +Staging02 Web Service: extends: - .deploy - .staging