diff options
author | Takuya Noguchi <takninnovationresearch@gmail.com> | 2019-01-01 13:37:27 +0900 |
---|---|---|
committer | Takuya Noguchi <takninnovationresearch@gmail.com> | 2019-01-02 15:05:34 +0900 |
commit | 5fbaa5d7f730d0c86da38f22137a821eac9bc3c8 (patch) | |
tree | 3e53329a7699b72ff2ae38f819a1157adb111604 /doc/ci/examples/test-and-deploy-python-application-to-heroku.md | |
parent | eab7e3c8b9bc267d6c1f1ed883d32679b12544f3 (diff) | |
download | gitlab-ce-5fbaa5d7f730d0c86da38f22137a821eac9bc3c8.tar.gz |
Fix navigation style in docs55836-docs-fix-navigation-style-in-docs
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'doc/ci/examples/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 ec0b5aaed09..b59271e400f 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 @@ -47,7 +47,7 @@ This project has three jobs: ## Store API keys -You'll need to create two variables in `Settings > CI/CD > Variables` on your GitLab project settings: +You'll need to create two variables in **Settings > CI/CD > Variables** in your GitLab project: - `HEROKU_STAGING_API_KEY` - Heroku API key used to deploy staging app. - `HEROKU_PRODUCTION_API_KEY` - Heroku API key used to deploy production app. |