Skip to content

Instantly share code, notes, and snippets.

@michaelcarruthers
Created April 2, 2010 21:30
Show Gist options
  • Save michaelcarruthers/353736 to your computer and use it in GitHub Desktop.
Save michaelcarruthers/353736 to your computer and use it in GitHub Desktop.
deploy_revision '/opt/actors' do
repo 'git@github.com:project/git-repo.git'
deploy_to APP_ROOT
branch 'HEAD'
user 'root'
enable_submodules true
environment 'ENV' => 'production'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment