Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
morphemic-preprocessor
Commits
d58fe3ec
Commit
d58fe3ec
authored
Jun 01, 2022
by
Jean-Didier
Browse files
deployment information
parent
53a56aea
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d58fe3ec
...
...
@@ -126,6 +126,22 @@ deploy:persistent-storage:
-
docker tag persistent_storage:latest $CI_REGISTRY_IMAGE/persistent_storage:$CI_COMMIT_BRANCH
-
docker push $CI_REGISTRY_IMAGE/persistent_storage:$CI_COMMIT_BRANCH
deploy:polymorphic_solver:
stage
:
deploy
image
:
$DOCKER_DIND_IMAGE
only
:
-
master
-
morphemic-rc2.5
services
:
-
$DOCKER_DIND_SERVICE
script
:
-
cd polymorphic_solver
-
docker build -t polymorphic_solver -f ./Dockerfile .
-
docker image ls
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $CI_REGISTRY -u $K8S_SECRET_DOCKER_USER --password-stdin
-
docker tag polymorphic_solver:latest $CI_REGISTRY_IMAGE/polymorphic_solver:$CI_COMMIT_BRANCH
-
docker push $CI_REGISTRY_IMAGE/polymorphic_solver:$CI_COMMIT_BRANCH
deploy:forecaster-cnn:
stage
:
deploy
image
:
$DOCKER_DIND_IMAGE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment