diff options
author | William <will.i.yeezy@gmail.com> | 2016-12-21 16:43:29 +0000 |
---|---|---|
committer | William <will.i.yeezy@gmail.com> | 2016-12-21 16:43:29 +0000 |
commit | 3c4d8441485dd0d82b58e2a15a51b2c00277bcc7 (patch) | |
tree | 8a410e5f314d83d15f56cc64f44c7968fdf1b2ac /doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md | |
parent | 815e01ccb1d24c8577000af836de6675d184da4c (diff) | |
download | gitlab-ce-3c4d8441485dd0d82b58e2a15a51b2c00277bcc7.tar.gz |
Update test-and-deploy-ruby-application-to-heroku.md
Diffstat (limited to 'doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md')
-rw-r--r-- | doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md | 2 |
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`: |