greatseth / greatseth.github.com

pagez

This URL has Read+Write access

greatseth.github.com / Sitefile
100644 8 lines (4 sloc) 0.114 kb
1
2
3
4
5
6
7
8
 
task :default => :build
 
desc 'deploy the site to the webserver'
task :deploy => [:build, 'deploy:rsync']
 
# EOF