Use less threads, they're expensive [#9 state:closed]
[amazing.git] / web / Rakefile
blob34fa17bcf10fee7d4c59bc2e7ee0808d8860dfd8
1 if Dir["warp"].empty?
2   sh "git clone git://github.com/dag/warp.git"
3 end
5 load 'warp/Rakefile'
7 desc "rsync changes to rubyforge.org"
8 task :deploy do
9   sh "rsync -aCv public/ dag@rubyforge.org:/var/www/gforge-projects/amazing/"
10 end