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
DipSO
aspire
Commits
18bc9ce6
Commit
18bc9ce6
authored
May 07, 2021
by
ubuntu
Browse files
ini
parent
7821a216
Pipeline
#32659
failed with stages
in 17 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
18bc9ce6
...
...
@@ -31,11 +31,12 @@ deploy:
image
:
alpine/helm:latest
variables
:
NAMESPACE
:
shiny
RELEASE_NAME
:
$
{
CI_PROJECT_NAME
}
-$
{
CI_PROJECT_ID
}
RELEASE_NAME
:
$CI_PROJECT_NAME-$CI_PROJECT_ID
HOST
:
${RELEASE_NAME}.k.cirrus.cloud.inrae.fr
TLS_SECRET
:
rshiny-k-cirrus-cloud-inrae-fr-tls
# this tls secret is valid for domainame *.k.cirrus.cloud.inrae.fr in shiny namespace
before_script
:
-
'
'
-
echo "project name is $CI_PROJECT_NAME"
-
echo "Release name is $RELEASE_NAME"
script
:
#- helm init --client-only
-
helm create rshiny
...
...
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