Skip to content

Instantly share code, notes, and snippets.

@ryuichiueda
Created February 14, 2016 11:04
Show Gist options
  • Save ryuichiueda/5faff08a5d3303891f46 to your computer and use it in GitHub Desktop.
Save ryuichiueda/5faff08a5d3303891f46 to your computer and use it in GitHub Desktop.
#!/bin/sh
set -e
npm install
export PORT=8989
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"
export HUBOT_SLACK_TOKEN=xxxxxx
export HUBOT_GITHUB_SECRET=yyyyyyy
#exec node_modules/.bin/hubot --adapter slack --name "github" "$@"
forever start -c coffee node_modules/.bin/hubot --adapter slack --name "github"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment