Skip to content

Instantly share code, notes, and snippets.

@rcreasey
Created May 19, 2011 19:34
Show Gist options
  • Select an option

  • Save rcreasey/981543 to your computer and use it in GitHub Desktop.

Select an option

Save rcreasey/981543 to your computer and use it in GitHub Desktop.
Data Bag Deployment
{
"id": "poweredbygamespy_com",
"server_roles": ["gst-app-web"],
"type": {"gst-app-web": ["php_apache2"]},
"cookbook": "gst-app",
"repository": "git@github.com:gamespy-tech/site-pbg.git",
"revision": {"production": "v1.2", "staging": "develop", "development": "develop"},
"deploy_to": "/z/www/poweredbygamespy.com",
"php_modules": ["gd", "curl", "mysql"],
"force": {"production": false},
"migrate": {"production": false},
"owner": "nobody",
"group": "nobody",
"deploy_key": "-----BEGIN RSA PRIVATE KEY-----sekrets-----END RSA PRIVATE KEY-----"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment