Re-indent code blocks according to markdown syntax.

This commit is contained in:
Robert Waltemath 2013-12-03 19:46:53 +01:00
parent 9badaca2f3
commit 8a1b0386eb

View file

@ -4,20 +4,23 @@ Deployment
Setup Setup
-------- --------
cp config/deploy.rb.SAMPLE config/deploy.rb cp config/deploy.rb.SAMPLE config/deploy.rb
touch config/deploy/staging.rb touch config/deploy/staging.rb
touch config/deploy/production.rb touch config/deploy/production.rb
Deploy Deploy
-------- --------
On your first deploy you should run On your first deploy you should run
bundle exec cap deploy:setup
bundle exec cap deploy:check bundle exec cap deploy:setup
bundle exec cap deploy:check
Deploy to staging Deploy to staging
bundle exec cap deploy
bundle exec cap deploy
Deploy to production Deploy to production
bundle exec cap production deploy
bundle exec cap production deploy