Skip to content

Instantly share code, notes, and snippets.

@FGRibreau
Created April 11, 2015 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FGRibreau/13e07036ecd89617a4ee to your computer and use it in GitHub Desktop.
Save FGRibreau/13e07036ecd89617a4ee to your computer and use it in GitHub Desktop.
{
"apps": [{
"name": "My app",
"script": "server.js",
"instances": 2,
"port": 8080,
"exec_mode": "cluster_mode"
}],
"deploy": {
"production": {
"user": "node",
"host": [{
"host": "my-host-name -p 22115",
}],
"ref": "origin/master",
"repo": "git@github.com:user/repo.git",
"path": "/app",
"post-deploy": "pm2 startOrRestart ecosystem.json --env production"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment