views:

20

answers:

0

I have a couple simple rake tasks hosted at github that I would like to push to a remote server. It's essentially just a directory with a few classes and a Rakefile. What would be the best and/or simplest approach for deployment?

I'm thinking the simplest might be just to clone the repo on my server and do a git pull whenever there's an update. However, this would take some manual intervention and I'd like to automate as much as possible. Would something like Capistrano be overkill for this task?