/omega-sentinel

Our hubot.

Primary LanguageJavaScript

omega-sentinel

omega-sentinel is a chat bot built on the Hubot framework. For more info, see HUBOT.md

Development

  1. Create/Update/Delete some scripts in the scripts/ folder
  2. Run ./bin/hubot

Linting

  • Lints are set to automatically run on git pushes
  • npm run lint to run linter manually

Production

Hubot is deployed using Docker and Docker Compose.

Initial Setup

  1. Clone this repository
  2. Copy sample env file cp .env.example .env
  3. Modify the env file with secrets $EDITOR .env
  4. Build image and Run make

Update hubot

  1. git pull && make