2013-05-25 20:03:53 +02:00
|
|
|
Deployment
|
|
|
|
=========
|
|
|
|
|
|
|
|
Setup
|
|
|
|
--------
|
|
|
|
|
2013-12-03 19:46:53 +01:00
|
|
|
cp config/deploy.rb.SAMPLE config/deploy.rb
|
|
|
|
touch config/deploy/staging.rb
|
|
|
|
touch config/deploy/production.rb
|
2013-05-25 20:03:53 +02:00
|
|
|
|
|
|
|
|
|
|
|
Deploy
|
|
|
|
--------
|
|
|
|
|
|
|
|
On your first deploy you should run
|
2013-12-03 19:46:53 +01:00
|
|
|
|
|
|
|
bundle exec cap deploy:setup
|
|
|
|
bundle exec cap deploy:check
|
2013-05-25 20:03:53 +02:00
|
|
|
|
|
|
|
Deploy to staging
|
2013-12-03 19:46:53 +01:00
|
|
|
|
|
|
|
bundle exec cap deploy
|
2013-05-25 20:03:53 +02:00
|
|
|
|
|
|
|
Deploy to production
|
2013-12-03 19:46:53 +01:00
|
|
|
|
|
|
|
bundle exec cap production deploy
|