Discord bot & ADB integration
- Install node.js, recommended version 12.7
- Clone this repo
npm install
to install deps- Create an
.env
file with your config:
DISCORD_TOKEN=XXXX ; token for discord
DISCORD_GUILD_ID=XXXX ; guild (server) id for discord
ADB_SECRET=XXXX ; shared secret for ADB
PORT=XXXX ; port to run on to listen for local requests
npm run start
- A GitHub Action automatically builds the Docker image and pushes it to ECR.
- Watchtower is running on our apps servers to automatically pull the new image and restart the container.