diff options
author | Evan Read <eread@gitlab.com> | 2019-01-30 10:20:50 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-01-30 10:20:50 +0000 |
commit | cdd5a4880cc462f7a9166374750f33ed59ad9cc4 (patch) | |
tree | a090b0ddefea40a9ee7cd1ace75e0b90d1a9c669 /doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md | |
parent | 6fc5495703f2e9674cdda40826340be4a61047b6 (diff) | |
download | gitlab-ce-cdd5a4880cc462f7a9166374750f33ed59ad9cc4.tar.gz |
Documentation now matches UI copy
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 33a353f17f5..46e6efccaf8 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 @@ -43,7 +43,7 @@ This project has three jobs: ## Store API keys -You'll need to create two variables in your project's **Settings > CI/CD > Variables**: +You'll need to create two variables in your project's **Settings > CI/CD > Environment variables**: - `HEROKU_STAGING_API_KEY` - Heroku API key used to deploy staging app. - `HEROKU_PRODUCTION_API_KEY` - Heroku API key used to deploy production app. |