summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-08-01 11:07:55 +0000
committerRémy Coutable <remy@rymai.me>2018-08-01 11:07:55 +0000
commitbde3f527364b6ac097eedec679a5333c7fb3af1b (patch)
treeeccff2244182315a876c43b1383c569f0a678583
parent6a1bc3d86b3d5f758106e11527a44e6defd07f9a (diff)
parent01e6b676588d69136b6654d87c1d8cf66c894bbc (diff)
downloadgitlab-ce-bde3f527364b6ac097eedec679a5333c7fb3af1b.tar.gz
Merge branch 'patch-11' into 'master'
Update test-and-deploy-python-application-to-heroku.md See merge request gitlab-org/gitlab-ce!20921
-rw-r--r--doc/ci/examples/test-and-deploy-python-application-to-heroku.md2
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.