Created
February 14, 2016 11:04
-
-
Save ryuichiueda/5faff08a5d3303891f46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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