From 268fa38ea51870673daee477fb9aee241f8eb83c Mon Sep 17 00:00:00 2001 From: Andrei Gliga Date: Tue, 26 Apr 2016 23:29:36 +0300 Subject: [PATCH] First setup the config files and later check (#1092) --- docs/deployment/capistrano.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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