Skip to content

Commit 8a75bfd

Browse files
committed
Merge pull request #337 from visibletrap/master
Update README on deployment
2 parents 8df7200 + e7adf31 commit 8a75bfd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,17 @@ To remove spring:
179179
* 'Unspring' your bin/ executables: `bin/spring binstub --remove --all`
180180
* Remove spring from your Gemfile
181181

182+
### Deployment
183+
184+
You must not install Spring on production environment to prevent it
185+
from running there by providing `--without development test` argument to
186+
the `bundle install` command which is used to install gems on your production
187+
machines:
188+
189+
```
190+
$ bundle install --without development test
191+
```
192+
182193
## Commands
183194

184195
### `rake`

0 commit comments

Comments
 (0)