diff options
author | Peter Sowah <petersowah@gmail.com> | 2018-07-31 12:00:34 +0000 |
---|---|---|
committer | Peter Sowah <petersowah@gmail.com> | 2018-07-31 12:00:34 +0000 |
commit | 01e6b676588d69136b6654d87c1d8cf66c894bbc (patch) | |
tree | 531a9bf46ea010cfdd483329681e3e99d392cb8e | |
parent | e9d04585f872121d4b1f96e019946cfa48d2f915 (diff) | |
download | gitlab-ce-01e6b676588d69136b6654d87c1d8cf66c894bbc.tar.gz |
Update test-and-deploy-python-application-to-heroku.md
-rw-r--r-- | doc/ci/examples/test-and-deploy-python-application-to-heroku.md | 2 |
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 a433cd5a5dd..087b317ab73 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 @@ -46,7 +46,7 @@ This project has three jobs: ## Store API keys -You'll need to create two variables in `Project > Variables`: +You'll need to create two variables in `Settings > CI/CD > Variables` on your GitLab project settings: 1. `HEROKU_STAGING_API_KEY` - Heroku API key used to deploy staging app, 2. `HEROKU_PRODUCTION_API_KEY` - Heroku API key used to deploy production app. |