Skip to content

Instantly share code, notes, and snippets.

@luisfaceira
Created June 4, 2012 10:48
Show Gist options
  • Save luisfaceira/2867719 to your computer and use it in GitHub Desktop.
Save luisfaceira/2867719 to your computer and use it in GitHub Desktop.
Small app recipe definition
application "myapp" do
path /srv/myapp
owner node[:apache][:user]
group node[:apache][:user]
repository "..."
revision "master"
deploy_key "-----BEGIN RSA PRIVATE KEY-----...-----END RSA PRIVATE KEY-----"
mod_php_apache2
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment