Commit 4ebca08d authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'docs-update-ci-python-deploy-example' into 'master'

Update CI example docs for python deploy

See merge request gitlab-org/gitlab!21794
parents fd3f3f0e 43723a63
......@@ -83,7 +83,7 @@ gitlab-runner register \
--description "python-3.5" \
--executor "docker" \
--docker-image python:3.5 \
--docker-postgres latest
--docker-services postgres:latest
```
With the command above, you create a runner that uses the [`python:3.5`](https://hub.docker.com/_/python) image and uses a [PostgreSQL](https://hub.docker.com/_/postgres) database.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment