Did you know that you can deploy your rails app with just the deploy.rb file?
Download your deploy.rb file and hit it:
[sbarber@awhpbl01 onlinerss]$ ls
deploy.rb
[sbarber@awhpbl01 onlinerss]$ RAILS_ENV=qa cap -f ./deploy.rb deploy
* executing task deploy
* executing task update
…
Yeah - cap rocks.
Leave a reply