task :default => :build desc 'deploy the site to the webserver' task :deploy => [:build, 'deploy:rsync'] SITE.create_mode = 'directory' # EOF