diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-16 00:28:59 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-16 00:28:59 +0200 |
commit | 1b464bfe03be2f05f509a96740a9f9d024e8217d (patch) | |
tree | 1cef5d2fc5a0a353b50e6f1511b9c4f2ff6fef9a /doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md | |
parent | f2d8902341b298a842d02d2a21a938085d4840b7 (diff) | |
download | gitlab-ce-1b464bfe03be2f05f509a96740a9f9d024e8217d.tar.gz |
Update documentation and config files
Diffstat (limited to 'doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md')
-rw-r--r-- | doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md | 4 |
1 files changed, 2 insertions, 2 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 a1265ae8833..d2a872f1934 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 @@ -50,11 +50,11 @@ 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: +You can use public runners available on `gitlab.com/ci`, but you can register your own: ``` gitlab-ci-multi-runner register \ --non-interactive \ - --url "https://ci.gitlab.com/" \ + --url "https://gitlab.com/ci/" \ --registration-token "PROJECT_REGISTRATION_TOKEN" \ --description "ruby-2.1" \ --executor "docker" \ |