diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-10-31 11:20:40 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-10-31 11:20:40 +0200 |
commit | 6bd2d594d78adf03885015e078eb38832f10ee8a (patch) | |
tree | c5d341c30622f1a51c4fceaaaabc397d76d9422b /doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md | |
parent | 6e6cea23e187b6c93886da4d043ea5a6fb7bfab5 (diff) | |
download | gitlab-ce-docs/gitlab-runner.tar.gz |
Change to new GitLab Runner namedocs/gitlab-runner
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 | 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 6fa64a67e82..4b5030d51f2 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 @@ -52,7 +52,7 @@ 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 `gitlab.com`, but you can register your own: ``` -gitlab-ci-multi-runner register \ +gitlab-runner register \ --non-interactive \ --url "https://gitlab.com/" \ --registration-token "PROJECT_REGISTRATION_TOKEN" \ |