Skip to content

Instantly share code, notes, and snippets.

@danlamanna
Created May 22, 2012 22:42
Show Gist options
  • Save danlamanna/2772089 to your computer and use it in GitHub Desktop.
Save danlamanna/2772089 to your computer and use it in GitHub Desktop.
Sample Project Definition
{
"projects": {
"sample_project": {
"type": "wordpress",
"repos": {
"/": {
"type": "svn",
"url": "http://svnrepo.com/sample_project/trunk"
}
},
"environments": {
"staging": {
"conn_string": "[email protected]",
"install_path": "/var/www/sample_project",
"db": {
"name": "db_name",
"user": "db_user",
"pass": "secret_pass",
"host": "127.0.0.1"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment