Skip to content

Instantly share code, notes, and snippets.

View omphe's full-sized avatar

Branden Faulls omphe

View GitHub Profile
@omphe
omphe / deploy.rb
Created December 5, 2013 09:05 — forked from nhoffmann/deploy.rb
set :application, "My Static Content"
set :servername, 'test.example.com'
# no git? simply deploy a directory
set :scm, :none
set :repository, "." # the directory to deploy
# using git? deploy from local git repository
# set :scm, :git
# set :repository, 'file//.' # path to local git repository