Merge branch 'patch-11' into 'master'

Update test-and-deploy-python-application-to-heroku.md

See merge request gitlab-org/gitlab-ce!20921
This commit is contained in:
Rémy Coutable 2018-08-01 11:07:55 +00:00
commit bde3f52736

View file

@ -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.