Skip to content

Instantly share code, notes, and snippets.

@kakts
Last active January 25, 2016 17:24
Show Gist options
  • Save kakts/d000d47718052d6e44f6 to your computer and use it in GitHub Desktop.
Save kakts/d000d47718052d6e44f6 to your computer and use it in GitHub Desktop.
// hubotスクリプトのディレクトリへ移動して
// hubot-heroku-keepalive をインストール
$ cd hubot-sciript-dir
$ npm install hubot-heroku-keepalive --save
// ./external-scripts.jsonに以下の文字列を追記する
"hubot-heroku-keepalive"
// 修正した分をherokuにpushする
$ git add -A
$ git commit -m "Add hubot-heroku-keepalive"
$ git push heroku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment