Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.17 KB

Hubot Docker

Circle CI

This is using Ubuntu 16.04 LTS as base image. Redis is installed and hubot-redis-brain is using it.

Plugins:

Build

make build

Run

docker run -d -e HUBOT_SLACK_TOKEN=<TOKEN> -e HUBOT_CIRCLECI_TOKEN=<CIRCLECI_TOKEN> -e HUBOT_SEMAPHOREAPP_AUTH_TOKEN=<token> -e HUBOT_SEMAPHOREAPP_DEPLOY=true squarescale/hubot

Add new plugins

Insert a new RUN command where appropriate in the Dockerfile:

npm install hubot-plugin-name --save && npm install

Note that the old hubot-scripts.json file will be deprecated in 3.0, so we won't be using it.

Slack

Invite your hubot on your chan.

/invite bot_name

CI