Skip to content
GitLab
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
b8c0bf7b
Commit
b8c0bf7b
authored
May 27, 2021
by
Alicja Reniewicz
Browse files
morph-rc1.5: build and deploy config for nbeats and tft
parent
52047e76
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b8c0bf7b
...
...
@@ -142,3 +142,37 @@ deploy:slo-severity-calculator:
-
build:slo-severity-calculator
script
:
-
$SLO_SEVERITY_CALCULATOR_CLI deploy
deploy:nbeats:
stage
:
deploy
image
:
$DOCKER_DIND_IMAGE
only
:
-
master
-
morphemic-rc1.5
-
tft_nbeats
services
:
-
$DOCKER_DIND_SERVICE
script
:
-
cd deployment/nbeats
-
docker build -t nbeats -f ./Dockerfile .
-
docker image ls
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $CI_REGISTRY -u $K8S_SECRET_DOCKER_USER --password-stdin
-
docker tag nbeats:latest $CI_REGISTRY_IMAGE/nbeats:$CI_COMMIT_BRANCH
-
docker push $CI_REGISTRY_IMAGE/nbeats:$CI_COMMIT_BRANCH
deploy:tft:
stage
:
deploy
image
:
$DOCKER_DIND_IMAGE
only
:
-
master
-
morphemic-rc1.5
-
tft_nbeats
services
:
-
$DOCKER_DIND_SERVICE
script
:
-
cd deployment/tft
-
docker build -t tft -f ./Dockerfile .
-
docker image ls
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $CI_REGISTRY -u $K8S_SECRET_DOCKER_USER --password-stdin
-
docker tag tft:latest $CI_REGISTRY_IMAGE/tft:$CI_COMMIT_BRANCH
-
docker push $CI_REGISTRY_IMAGE/tft:$CI_COMMIT_BRANCH
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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