Skip to content
Snippets Groups Projects
Commit 0e0a6641 authored by Sören Henning's avatar Sören Henning
Browse files

Add deploy job for UC 2, 3 and 4

parent 09c88e80
No related branches found
No related tags found
1 merge request!22Enable Docker push in pipeline
Pipeline #576 passed with warnings
...@@ -111,4 +111,21 @@ deploy-uc1-kstreams-app: ...@@ -111,4 +111,21 @@ deploy-uc1-kstreams-app:
variables: variables:
IMAGE_NAME: "theodolite-uc1-kstreams-app" IMAGE_NAME: "theodolite-uc1-kstreams-app"
JAVA_PROJECT_NAME: "uc1-application" JAVA_PROJECT_NAME: "uc1-application"
\ No newline at end of file deploy-uc2-kstreams-app:
extends: .deploy
variables:
IMAGE_NAME: "theodolite-uc2-kstreams-app"
JAVA_PROJECT_NAME: "uc2-application"
deploy-uc3-kstreams-app:
extends: .deploy
variables:
IMAGE_NAME: "theodolite-uc3-kstreams-app"
JAVA_PROJECT_NAME: "uc3-application"
deploy-uc4-kstreams-app:
extends: .deploy
variables:
IMAGE_NAME: "theodolite-uc4-kstreams-app"
JAVA_PROJECT_NAME: "uc4-application"
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