diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2016-03-15 16:13:49 +0000 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2016-03-15 16:13:49 +0000 |
commit | 07325005951734fb448842104a50837cf76f3cf8 (patch) | |
tree | 676283fc9fb4544ea8bf8616f609d5b9e5eb2079 /doc | |
parent | 5c1f6f8cfcc30597ca3f9bea8ab4431049ed1bd6 (diff) | |
parent | 543b85a0f555fafa2c5d257872bec25a4c21bd01 (diff) | |
download | gitlab-ce-07325005951734fb448842104a50837cf76f3cf8.tar.gz |
Merge branch 'patch-1' into 'master'
Fix typo in Ruby CI test and deploy example
[skip ci]
See merge request !3201
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md b/doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md index c1bb47e4291..f5645d586ae 100644 --- a/doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md +++ b/doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md @@ -1,5 +1,5 @@ ## Test and Deploy a ruby application -This example will guide you how to run tests in your Ruby application and deploy it automatiacally as Heroku application. +This example will guide you how to run tests in your Ruby application and deploy it automatically as Heroku application. You can checkout the example [source](https://gitlab.com/ayufan/ruby-getting-started) and check [CI status](https://gitlab.com/ayufan/ruby-getting-started/builds?scope=all). |