alx / lab-legodata

Innovation Center from Legodata.com

This URL has Read+Write access

alx (author)
Thu Feb 12 06:00:34 -0800 2009
commit  e8e498ac8aebd35182c793d7da82b5e8ae116022
tree    91a5abd4c4b781e309d4fb493960673359bb2e1a
parent  42b4a594d6eaf28dc24897e156861c2a4ef9a712
lab-legodata / 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