Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

moexmen/omega-sentinel

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages