omega-sentinel is a chat bot built on the Hubot framework. For more info, see HUBOT.md
- Create/Update/Delete some scripts in the
scripts/
folder - Run
./bin/hubot
- Lints are set to automatically run on git pushes
npm run lint
to run linter manually
Hubot is deployed using Docker and Docker Compose.
- Clone this repository
- Copy sample env file
cp .env.example .env
- Modify the env file with secrets
$EDITOR .env
- Build image and Run
make
git pull && make