Skip to content

Instantly share code, notes, and snippets.

@gavinminami
Created January 10, 2016 03:19
Show Gist options
  • Save gavinminami/c28d74429d7b0c543f95 to your computer and use it in GitHub Desktop.
Save gavinminami/c28d74429d7b0c543f95 to your computer and use it in GitHub Desktop.
{
"servers": [
{
"host": "gavinminami.com",
"username": "ubuntu",
"pem": "~/.ssh/gavin-meteor.pem"
}
],
"setupMongo": true,
"setupNode": true,
"nodeVersion": "0.10.40",
"setupPhantom": true,
"enableUploadProgressBar": true,
"appName": "meteor",
"app": "/Users/gavin/WebstormProjects/gavinminami",
"env": {
"ROOT_URL": "http://gavinminami.com"
},
"deployCheckWaitTime": 15
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment