Skip to content

Instantly share code, notes, and snippets.

@orb
Created July 31, 2012 02:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orb/3213075 to your computer and use it in GitHub Desktop.
Save orb/3213075 to your computer and use it in GitHub Desktop.
deploy_revision "/opt/myapp/deploy" do
scm_provider Chef::Provider::Git
repo "git@github.com:MyCompany/awesome.git"
revision "master"
user "myappuser"
group "myappgroup"
# ... pre/post actions
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment