BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
e63d78f9
Commit
e63d78f9
authored
Sep 21, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Auto DevOps docs cleanup
parent
cfccb278
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
7 deletions
+6
-7
auto_devops_settings.png
doc/topics/autodevops/img/auto_devops_settings.png
+0
-0
auto_monitoring.png
doc/topics/autodevops/img/auto_monitoring.png
+0
-0
index.md
doc/topics/autodevops/index.md
+0
-0
quick_start_guide.md
doc/topics/autodevops/quick_start_guide.md
+6
-7
No files found.
doc/topics/autodevops/img/auto_devops_settings.png
deleted
100644 → 0
View file @
cfccb278
31.1 KB
doc/topics/autodevops/img/auto_monitoring.png
View replaced file @
cfccb278
View file @
e63d78f9
87.1 KB
|
W:
|
H:
67.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
doc/topics/autodevops/index.md
View file @
e63d78f9
This diff is collapsed.
Click to expand it.
doc/topics/autodevops/quick_start_guide.md
View file @
e63d78f9
# Auto DevOps: quick start guide
> [Introduced][ce-37115] in GitLab 10.0. Auto DevOps is currently in Beta and
**not recommended for production use**
.
DANGER: Auto DevOps is currently in
**Beta**
and _not recommended for production use_.
> [Introduced][ce-37115] in GitLab 10.0.
This is a step-by-step guide to deploying a project hosted on GitLab.com to
Google Cloud, using Auto DevOps.
We made a minimal
[
Ruby
application](https://gitlab.com/
gitlab-examples/minimal-ruby-app) to use as an
example for this guide. It contains two
files:
application](https://gitlab.com/
auto-devops-examples/minimal-ruby-app) to use
as an example for this guide. It contains two main
files:
*
`server.rb`
- our application. It will start an HTTP server on port 5000 and
render "Hello, world!"
...
...
@@ -113,11 +114,9 @@ assigned to the cluster IP.
In your GitLab.com project, go to
**Settings > CI/CD**
and find the Auto DevOps
section. Select "Enable Auto DevOps", add in your base domain, and save.
![
auto devops settings
](
img/auto_devops_settings.png
)
Next, a pipeline needs to be triggered. Since the test project doesn't have a
`.gitlab-ci.yml`
, you need to either push a change to the repository or
manually visit
`https://gitlab.com/<username>/minimal-ruby-app/pipelines/
run
`
,
manually visit
`https://gitlab.com/<username>/minimal-ruby-app/pipelines/
new
`
,
where
`<username>`
is your username.
This will create a new pipeline with several jobs:
`build`
,
`test`
,
`codequality`
,
...
...
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