Skip to content

Instantly share code, notes, and snippets.

@tobias
Created December 22, 2008 16:59
Show Gist options
  • Save tobias/39048 to your computer and use it in GitHub Desktop.
Save tobias/39048 to your computer and use it in GitHub Desktop.
#-*-ruby-*-
SITE.user = 'tobias'
SITE.host = 'handbuiltsoftware.com'
SITE.remote_dir = '/path/to/site/'
task :default => :build
desc 'deploy the site to the webserver'
task :deploy => [:build, 'deploy:ssh']
# EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment