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
3d198ba2
Commit
3d198ba2
authored
Jul 03, 2020
by
Ben Bodenmiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Provide more realistic review app example
parent
b3f41861
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+3
-2
No files found.
doc/ci/yaml/README.md
View file @
3d198ba2
...
@@ -2430,7 +2430,8 @@ review_app:
...
@@ -2430,7 +2430,8 @@ review_app:
stage
:
deploy
stage
:
deploy
script
:
make deploy-app
script
:
make deploy-app
environment
:
environment
:
name
:
review
name
:
review/$CI_COMMIT_REF_NAME
url
:
https://$CI_ENVIRONMENT_SLUG.example.com
on_stop
:
stop_review_app
on_stop
:
stop_review_app
stop_review_app
:
stop_review_app
:
...
@@ -2440,7 +2441,7 @@ stop_review_app:
...
@@ -2440,7 +2441,7 @@ stop_review_app:
script
:
make delete-app
script
:
make delete-app
when
:
manual
when
:
manual
environment
:
environment
:
name
:
review
name
:
review
/$CI_COMMIT_REF_NAME
action
:
stop
action
:
stop
```
```
...
...
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