Re-indent code blocks according to markdown syntax.
This commit is contained in:
parent
9badaca2f3
commit
8a1b0386eb
1 changed files with 10 additions and 7 deletions
|
@ -13,11 +13,14 @@ Deploy
|
||||||
--------
|
--------
|
||||||
|
|
||||||
On your first deploy you should run
|
On your first deploy you should run
|
||||||
|
|
||||||
bundle exec cap deploy:setup
|
bundle exec cap deploy:setup
|
||||||
bundle exec cap deploy:check
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue