Further to my previous post, I also added a rake task to my Rakefile that uses rsync to deploy:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | |
I initally thought it would be pretty neat to work out the local website location in Dropbox but in the end I decided it was simpler to just leave the deploy_dir variable set to the default "_deploy" and have that directory symlinked to the approproprate Dropbox folder.