For example how do you push code to specific heroku application using the heroku_san rake shortcut commands, eg.
rake otherapp heroku:push
(taken from http://jqr.github.com/2010/08/27/easy-heroku-deploys-with-heroku-san.html )
I keep getting:
rake aborted!
Don't know how to build task 'otherapp'
I have a config directory under my sinatra app. And this contains a heroku.yml as mentioned in the above guide. The file looks like this
apps:
production: mycoolherokuapp
otherapp: myotherherokuapp
I have otherapp already created on heroku.