sermoa / sermoasquared

Webby source to generate the pages on my website

This URL has Read+Write access

sermoasquared / Sitefile
100644 13 lines (7 sloc) 0.201 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
 
task :default => :build
 
desc 'deploy the site to the webserver'
task :deploy => [:build, 'deploy:rsync']
 
SITE.user = 'mychore'
SITE.host = 'mychores.co.uk'
SITE.remote_dir = 'sermoasquared'
 
 
# EOF