Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SSHOC
sshoc-marketplace-frontend
Commits
5392993e
Commit
5392993e
authored
Apr 14, 2021
by
Stefan Probst
Browse files
[skip ci] move deploy vars
parent
28926f5e
Pipeline
#188149
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5392993e
...
...
@@ -73,6 +73,10 @@ package:frontend:main:acdh:
-
.docker
-
.frontend
variables
:
KUBE_NAMESPACE
:
sshoc-marketplace-frontend-dev
HELM_UPGRADE_EXTRA_ARGS
:
'
--set
service.url=https://sshoc-marketplace.acdh-dev.oeaw.ac.at/
--set
service.externalPort=3000
--set
service.internalPort=3000'
DOCKER_RELEASE_IMAGE
:
${CI_REGISTRY_IMAGE}/frontend:latest
DOCKER_CURRENT_IMAGE
:
${CI_REGISTRY_IMAGE}/frontend:$CI_COMMIT_SHORT_SHA
GITLAB_BASE_URL
:
https://gitlab.gwdg.de
...
...
@@ -91,6 +95,10 @@ package:frontend:tags:acdh:
-
.docker
-
.frontend
variables
:
KUBE_NAMESPACE
:
sshoc-marketplace-frontend
HELM_UPGRADE_EXTRA_ARGS
:
'
--set
service.url=https://sshoc-marketplace.acdh.oeaw.ac.at/
--set
service.externalPort=3000
--set
service.internalPort=3000'
DOCKER_RELEASE_IMAGE
:
${CI_REGISTRY_IMAGE}/frontend:release
DOCKER_CURRENT_IMAGE
:
${CI_REGISTRY_IMAGE}/frontend:$CI_COMMIT_TAG
GITLAB_BASE_URL
:
https://gitlab.gwdg.de
...
...
stefan.probst
@stefan.probst
mentioned in commit
e59d1f24
·
Apr 14, 2021
mentioned in commit
e59d1f24
mentioned in commit e59d1f249555c2611d8150c4d93b549865a55b5b
Toggle commit list
Write
Preview
Markdown
is supported
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