Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Google Cloud Platform
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
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
to be continuous...
Google Cloud Platform
Commits
85e516b6
Commit
85e516b6
authored
1 year ago
by
Pierre Smeyers
Browse files
Options
Downloads
Patches
Plain Diff
docs: main or master as prod branch
parent
151eab92
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
kicker.json
+1
-1
1 addition, 1 deletion
kicker.json
with
3 additions
and
3 deletions
README.md
+
2
−
2
View file @
85e516b6
...
...
@@ -245,7 +245,7 @@ Here are variables supported to configure the integration environment:
### Staging environment configuration
The staging environment is an iso-prod environment meant for testing and validation purpose associated to your production
branch (`
master
` by default).
branch (
`
main
` or
`
master
` by default).
It is **disabled by default** and can be enabled by setting the `
GCP_STAGING_PROJECT
` variable (see below).
...
...
@@ -260,7 +260,7 @@ Here are variables supported to configure the staging environment:
### Production environment configuration
The production environment is the final deployment environment associated with your production branch (`
master
` by default).
The production environment is the final deployment environment associated with your production branch (
`
main
` or
`
master
` by default).
It is **disabled by default** and can be enabled by setting the `
GCP_PROD_PROJECT
` variable (see below).
...
...
This diff is collapsed.
Click to expand it.
kicker.json
+
1
−
1
View file @
85e516b6
...
...
@@ -103,7 +103,7 @@
{
"id"
:
"staging"
,
"name"
:
"Staging"
,
"description"
:
"An iso-prod environment meant for testing and validation purpose on your production branch (`master` by default)"
,
"description"
:
"An iso-prod environment meant for testing and validation purpose on your production branch (
`main` or
`master` by default)"
,
"variables"
:
[
{
"name"
:
"GCP_STAGING_PROJECT"
,
...
...
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