diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-11 03:07:00 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-11 03:07:00 +0000 |
commit | 8c0166b9816477521bf34feb15575bbeb1a3c644 (patch) | |
tree | 619808bce9143932ea21f79e67d72ec067d59a1c /doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md | |
parent | 133924c6cc443f5f69e1ab08d43b363d77677cb0 (diff) | |
download | gitlab-ce-8c0166b9816477521bf34feb15575bbeb1a3c644.tar.gz |
Add latest changes from gitlab-org/gitlab@master
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 79d54b52b5a..9a4fbfcce6d 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 @@ -77,6 +77,6 @@ gitlab-runner register \ --docker-postgres latest ``` -With the command above, you create a Runner that uses the [ruby:2.2](https://hub.docker.com/r/_/ruby/) image and uses a [postgres](https://hub.docker.com/r/_/postgres/) database. +With the command above, you create a Runner that uses the [ruby:2.2](https://hub.docker.com/_/ruby) image and uses a [postgres](https://hub.docker.com/_/postgres) database. To access the PostgreSQL database, connect to `host: postgres` as user `postgres` with no password. |