Skip to content
Snippets Groups Projects
Commit e63d78f9 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Auto DevOps docs cleanup

parent cfccb278
No related branches found
No related tags found
No related merge requests found
doc/topics/autodevops/img/auto_devops_settings.png

31.1 KiB

doc/topics/autodevops/img/auto_monitoring.png

87.1 KiB | W: 2142px | H: 1608px

doc/topics/autodevops/img/auto_monitoring.png

67.8 KiB | W: 900px | H: 666px

doc/topics/autodevops/img/auto_monitoring.png
doc/topics/autodevops/img/auto_monitoring.png
doc/topics/autodevops/img/auto_monitoring.png
doc/topics/autodevops/img/auto_monitoring.png
  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed.
# 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!"
Loading
Loading
@@ -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`,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment