diff --git a/docs/deployment/capistrano.md b/docs/deployment/capistrano.md index ef8b9d7..57fd89a 100644 --- a/docs/deployment/capistrano.md +++ b/docs/deployment/capistrano.md @@ -18,13 +18,13 @@ $EDITOR config/deploy.rb cp config/deploy/production.example.rb config/deploy/production.rb $EDITOR config/deploy/production.rb -# Check to make sure configs exist -bundle exec cap production deploy:check - # Create the configs yourself, or run errbit:setup to upload the # defaults bundle exec cap production errbit:setup +# Check to make sure configs exist +bundle exec cap production deploy:check + # Deploy bundle exec cap production deploy -- libgit2 0.21.2