summaryrefslogtreecommitdiff
path: root/doc/ci/examples/test-and-deploy-python-application-to-heroku.md
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-11-02 12:33:35 +0000
committerMarcia Ramos <virtua.creative@gmail.com>2017-11-02 12:33:35 +0000
commit506a4e7530854ec4f4775b8df96a272509a553ba (patch)
tree82c47aa1dfd512738db4ed13b0a525c47b1a4b3d /doc/ci/examples/test-and-deploy-python-application-to-heroku.md
parenta0af6e08d4ea7bc3374bd635adee08d2ae6797eb (diff)
parent6bd2d594d78adf03885015e078eb38832f10ee8a (diff)
downloadgitlab-ce-506a4e7530854ec4f4775b8df96a272509a553ba.tar.gz
Merge branch 'docs/gitlab-runner' into 'master'
Change to new GitLab Runner name Closes #39636 See merge request gitlab-org/gitlab-ce!15101
Diffstat (limited to 'doc/ci/examples/test-and-deploy-python-application-to-heroku.md')
-rw-r--r--doc/ci/examples/test-and-deploy-python-application-to-heroku.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/test-and-deploy-python-application-to-heroku.md b/doc/ci/examples/test-and-deploy-python-application-to-heroku.md
index 0f7ed055e79..a6ed1c54e16 100644
--- a/doc/ci/examples/test-and-deploy-python-application-to-heroku.md
+++ b/doc/ci/examples/test-and-deploy-python-application-to-heroku.md
@@ -64,7 +64,7 @@ To build this project you also need to have [GitLab Runner](https://docs.gitlab.
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" \