diff options
author | Evan Read <eread@gitlab.com> | 2019-03-08 03:34:28 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-03-08 03:34:28 +0000 |
commit | addbcd8d5bc92b161632c459422c9f88cff8f261 (patch) | |
tree | 2c7e833503ea728ca79dadc623d694de5b2357e4 /doc/ci/examples/test-and-deploy-python-application-to-heroku.md | |
parent | dfd9e5bc6d01d33f1aa2a151554e126353a4da42 (diff) | |
download | gitlab-ce-addbcd8d5bc92b161632c459422c9f88cff8f261.tar.gz |
Adds new resources for CI to the documentation suite
Also refactors and combines resources and examples.
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.md | 4 |
1 files changed, 2 insertions, 2 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 61bf68fa0e8..99a4316ab0d 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 @@ -1,4 +1,4 @@ -# Test and Deploy a python application with GitLab CI/CD +# Test and deploy a Python application with GitLab CI/CD This example will guide you how to run tests in your Python application and deploy it automatically as Heroku application. @@ -65,7 +65,7 @@ First install [Docker Engine](https://docs.docker.com/installation/). To build this project you also need to have [GitLab Runner](https://docs.gitlab.com/runner). You can use public runners available on `gitlab.com`, but you can register your own: -``` +```sh gitlab-runner register \ --non-interactive \ --url "https://gitlab.com/" \ |