summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-07-02 13:19:49 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-07-06 16:43:16 +0200
commit321df0ce4bfd4e888b287e9bb44394451390407f (patch)
tree92dbdb9f259e709933b7ed9f993bb7c47fe3c8a5 /doc/examples
parent845da9ef78025a5d5a5e4a9a7991daa121ee4faf (diff)
downloadgitlab-ci-321df0ce4bfd4e888b287e9bb44394451390407f.tar.gz
Split long lines
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/test-and-deploy-python-application-to-heroku.md7
-rw-r--r--doc/examples/test-and-deploy-ruby-application-to-heroku.md11
2 files changed, 12 insertions, 6 deletions
diff --git a/doc/examples/test-and-deploy-python-application-to-heroku.md b/doc/examples/test-and-deploy-python-application-to-heroku.md
index 162fd7e..890598c 100644
--- a/doc/examples/test-and-deploy-python-application-to-heroku.md
+++ b/doc/examples/test-and-deploy-python-application-to-heroku.md
@@ -49,10 +49,13 @@ You'll need to create two variables in `Project > Variables`:
Find your Heroku API key in [Manage Account](https://dashboard.heroku.com/account).
### Create Heroku application
-For each of your environments, you'll need to create a new Heroku application. You can do this through the [Dashboard](https://dashboard.heroku.com/).
+For each of your environments, you'll need to create a new Heroku application.
+You can do this through the [Dashboard](https://dashboard.heroku.com/).
### Create runner
-First install [Docker Engine](https://docs.docker.com/installation/). To build this project you also need to have [GitLab Runner](https://about.gitlab.com/gitlab-ci/#gitlab-runner). You can use public runners available on `ci.gitlab.com`, but you can register your own:
+First install [Docker Engine](https://docs.docker.com/installation/).
+To build this project you also need to have [GitLab Runner](https://about.gitlab.com/gitlab-ci/#gitlab-runner).
+ou can use public runners available on `ci.gitlab.com`, but you can register your own:
```
gitlab-ci-multi-runner register \
--non-interactive \
diff --git a/doc/examples/test-and-deploy-ruby-application-to-heroku.md b/doc/examples/test-and-deploy-ruby-application-to-heroku.md
index b94307f..8c661ef 100644
--- a/doc/examples/test-and-deploy-ruby-application-to-heroku.md
+++ b/doc/examples/test-and-deploy-ruby-application-to-heroku.md
@@ -1,5 +1,5 @@
-## Test and Deploy Python application to Heroku
-This example will guide you how to run tests in your Python application and deploy it automatiacally to staging and production Heroku application.
+## Test and Deploy Ruby application to Heroku
+This example will guide you how to run tests in your Ruby application and deploy it automatiacally to staging and production Heroku application.
You can check the [source](https://gitlab.com/ayufan/ruby-getting-started) and [CI status](https://ci.gitlab.com/projects/4050).
@@ -44,10 +44,13 @@ You'll need to create two variables in `Project > Variables`:
Find your Heroku API key in [Manage Account](https://dashboard.heroku.com/account).
### Create Heroku application
-For each of your environments, you'll need to create a new Heroku application. You can do this through the [Dashboard](https://dashboard.heroku.com/).
+For each of your environments, you'll need to create a new Heroku application.
+You can do this through the [Dashboard](https://dashboard.heroku.com/).
### Create runner
-First install [Docker Engine](https://docs.docker.com/installation/). To build this project you also need to have [GitLab Runner](https://about.gitlab.com/gitlab-ci/#gitlab-runner). You can use public runners available on `ci.gitlab.com`, but you can register your own:
+First install [Docker Engine](https://docs.docker.com/installation/).
+To build this project you also need to have [GitLab Runner](https://about.gitlab.com/gitlab-ci/#gitlab-runner).
+You can use public runners available on `ci.gitlab.com`, but you can register your own:
```
gitlab-ci-multi-runner register \
--non-interactive \