Created
May 19, 2011 19:34
-
-
Save rcreasey/981543 to your computer and use it in GitHub Desktop.
Data Bag Deployment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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