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
EXSYS2021
da6
Hold Afstand
Commits
1e0fe6b1
Commit
1e0fe6b1
authored
May 03, 2021
by
Johan Tanderup Degn
Browse files
Update .gitlab-ci.yml
parent
73ab7685
Pipeline
#51957
passed with stages
in 2 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1e0fe6b1
...
...
@@ -45,6 +45,7 @@ build-docker-server-container:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script
:
-
cd backend
-
echo "Starting docker build of server."
-
docker build . -t "$CI_REGISTRY_IMAGE""/server"
-
docker push "$CI_REGISTRY_IMAGE""/server"
-
echo "Docker build of server done!"
...
...
@@ -60,6 +61,7 @@ build-docker-web-container:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script
:
-
cd website/studerende-dk
-
echo "Starting docker build of web."
-
docker build . -t "$CI_REGISTRY_IMAGE""/web"
-
docker push "$CI_REGISTRY_IMAGE""/web"
-
echo "Docker build of web done!"
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