Commit 170ecf975c45eba3d71f65923bcdd9486c7fc822
1 parent
1573bdaa
Exists in
master
and in
1 other branch
Fixed capistrano deployment docs
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
docs/deployment/capistrano.md
| @@ -21,9 +21,9 @@ $EDITOR config/deploy/production.rb | @@ -21,9 +21,9 @@ $EDITOR config/deploy/production.rb | ||
| 21 | # Check to make sure configs exist | 21 | # Check to make sure configs exist |
| 22 | bundle exec cap production deploy:check | 22 | bundle exec cap production deploy:check |
| 23 | 23 | ||
| 24 | -# Create the configs yourself, or run errbit:setup_configs to upload the | 24 | +# Create the configs yourself, or run errbit:setup to upload the |
| 25 | # defaults | 25 | # defaults |
| 26 | -bundle exec cap production errbit:setup_configs | 26 | +bundle exec cap production errbit:setup |
| 27 | 27 | ||
| 28 | # Deploy | 28 | # Deploy |
| 29 | bundle exec cap production deploy | 29 | bundle exec cap production deploy |