Skip to content

Instantly share code, notes, and snippets.

@bohemima
Created February 14, 2018 08:45
Show Gist options
  • Save bohemima/4dc6721de59ac49ba10769a16967195b to your computer and use it in GitHub Desktop.
Save bohemima/4dc6721de59ac49ba10769a16967195b to your computer and use it in GitHub Desktop.
...
"deploy": {
"staging" : {
"user": "ec2-user",
"host": "x",
"ref": "origin/master",
"repo": "git@github.com:x/x.git",
"path": "/home/ec2-user/api",
"post-deploy": "npm install && pm2 gracefulReload ecosystem.json",
"env": {
"NODE_ENV": "staging"
}
}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment