Deploying to heroku when you don’t use git
I personally prefer Mercurial, however I still like heroku for the convenience. The solution? A simple rake task that syncs your files into a git repo, and sends it to heroku. Problem solved.
I personally prefer Mercurial, however I still like heroku for the convenience. The solution? A simple rake task that syncs your files into a git repo, and sends it to heroku. Problem solved.