Tagged Questions
0
votes
1answer
317 views
SSH tunneling to a remote DB from Heroku?
I'm thinking of deploying a small Rails app on Heroku. In an effort to save money, I'd like my app to use an external database (to which I have free access), rather than a Heroku-hosted database. The ...
7
votes
1answer
574 views
Is it possible to do have Capistrano do a checkout over a reverse SSH tunnel?
I am developing an application that resides on a public host but whose source I must keep in a Git repository behind a corporate firewall. I'm getting very tired of the slowness of deploying via scp ...