Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ded868bb
Commit
ded868bb
authored
Feb 11, 2020
by
Suzanne Selhorn
Committed by
Marcia Ramos
Feb 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add special characters for issue 33258
parent
74cc831c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
doc/ci/environments.md
doc/ci/environments.md
+8
-5
No files found.
doc/ci/environments.md
View file @
ded868bb
...
@@ -115,11 +115,14 @@ With this configuration, we:
...
@@ -115,11 +115,14 @@ With this configuration, we:
-
Lastly we deploy to the staging server.
-
Lastly we deploy to the staging server.
NOTE:
**Note:**
NOTE:
**Note:**
The
`environment`
keyword is just a hint for GitLab that this job actually
The
`environment`
keyword defines where the app is deployed.
deploys to the
`name`
environment. It can also have a
`url`
that is
The environment
`name`
and
`url`
is exposed in various places
exposed in various places within GitLab. Each time a job that
within GitLab. Each time a job that has an environment specified
has an environment specified succeeds, a deployment is recorded, storing
succeeds, a deployment is recorded, along with the Git SHA and environment name.
the Git SHA and environment name.
CAUTION:
**Caution**
:
Some characters are not allowed in environment names. Use only letters,
numbers, spaces, and
`-`
,
`_`
,
`/`
,
`{`
,
`}`
, or
`.`
. Also, it must not start nor end with
`/`
.
In summary, with the above
`.gitlab-ci.yml`
we have achieved the following:
In summary, with the above
`.gitlab-ci.yml`
we have achieved the following:
...
...
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