summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-12-22 21:58:42 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-12-22 21:58:42 +0000
commitd934c0294e0e782835b472e7a720f4b8f153937f (patch)
tree9e94eb48c40122ed3d064693564a799dbbac204e
parentbd306807e1779ab86d2d8092b133861a7011bf00 (diff)
parent3c4d8441485dd0d82b58e2a15a51b2c00277bcc7 (diff)
downloadgitlab-ce-d934c0294e0e782835b472e7a720f4b8f153937f.tar.gz
Merge branch 'patch-9' into 'master'
Fixed typo in test-and-deploy-ruby-application-to-heroku.md See merge request !8236
-rw-r--r--doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md2
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 08c10d391ea..42f15a27f12 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
@@ -34,7 +34,7 @@ production:
This project has three jobs:
1. `test` - used to test Rails application,
2. `staging` - used to automatically deploy staging environment every push to `master` branch
-3. `production` - used to automatically deploy production environmnet for every created tag
+3. `production` - used to automatically deploy production environment for every created tag
### Store API keys
You'll need to create two variables in `Project > Variables`: