Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-ci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
gitlab-ci
Commits
38b42f5d
Commit
38b42f5d
authored
5 years ago
by
Marco
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
534f7c2b
No related branches found
No related tags found
1 merge request
!3
add new COMPONENT_NAME variable
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
includes/meteor-kubernetes.yml
+3
-3
3 additions, 3 deletions
includes/meteor-kubernetes.yml
with
3 additions
and
3 deletions
includes/meteor-kubernetes.yml
+
3
−
3
View file @
38b42f5d
...
...
@@ -67,7 +67,7 @@ cache:
ROOT_URL
:
https://$CUSTOMER_NAME-$CI_ENVIRONMENT_SLUG.$CLUSTER_NAME.panter.cloud
environment
:
url
:
https://$CUSTOMER_NAME-$CI_ENVIRONMENT_SLUG.$CLUSTER_NAME.panter.cloud
name
:
${APP_NAME}-${ENV_SHORT}-{COMPONENT_NAME}
name
:
${APP_NAME}-${ENV_SHORT}-
$
{COMPONENT_NAME}
.semantic-release-base
:
image
:
panterch/docker-ci-kubernetes-deploy
...
...
@@ -92,7 +92,7 @@ cache:
DEPLOY_SSL_ISSUER
:
letsencrypt-staging
environment
:
name
:
${APP_NAME}-${ENV_SHORT}-{COMPONENT_NAME}/$CI_COMMIT_REF_NAME
name
:
${APP_NAME}-${ENV_SHORT}-
$
{COMPONENT_NAME}/$CI_COMMIT_REF_NAME
on_stop
:
review-stop
.kubernetes-stop
:
...
...
@@ -109,7 +109,7 @@ cache:
ENV_SHORT
:
review
GIT_STRATEGY
:
none
environment
:
name
:
${APP_NAME}-${ENV_SHORT}-{COMPONENT_NAME}/$CI_COMMIT_REF_NAME
name
:
${APP_NAME}-${ENV_SHORT}-
$
{COMPONENT_NAME}/$CI_COMMIT_REF_NAME
action
:
stop
.deploy-to-kubernetes-stage
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment