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

This commit is contained in:
William 2016-12-21 16:43:29 +00:00
parent 815e01ccb1
commit 3c4d844148
1 changed files with 1 additions and 1 deletions

View File

@ -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`: