public
Description: Website of the Dallas Ruby Brigade
Homepage: http://www.dallasrb.org
Clone URL: git://github.com/therealadam/dallasrb-website.git
dallasrb-website / Rakefile
100644 10 lines (5 sloc) 0.137 kb
1
2
3
4
5
6
7
8
9
10
load 'tasks/setup.rb'
 
task :default => :build
 
desc 'deploy the site to the webserver'
task :deploy => [:build, 'deploy:rsync']
 
# EOF