aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2020-11-17Get rid from branding management stuffGravatar ks129-836/+5
2020-11-16Remove unnecessary JSON filesGravatar ks129-5/+0
2020-11-16Port HacktoberStats cog to use Redis instead of JSONGravatar ks129-67/+12
2020-11-16Port candy_collection.py to use Redis instead of JSONGravatar ks129-34/+26
2020-11-16Migrate branding from JSON persist to RedisGravatar ks129-25/+13
2020-11-16Depend bot on redis, add other environment variables + sync filesGravatar ks129-4/+7
2020-11-16Relay seasonalbot token and debug to docker-compose.ymlGravatar ks129-2/+2
2020-11-16Implement Redis connection to bot class and create instanceGravatar ks129-2/+26
2020-11-16Rename redis configuration classGravatar ks129-1/+2
2020-11-16Put development Redis information to containerGravatar ks129-0/+1
2020-11-16Create Redis configuration classGravatar ks129-0/+7
2020-11-16Add Redis service to docker-compose.ymlGravatar ks129-0/+5
2020-11-16Add async-rediscache dependency to PipfileGravatar ks129-19/+113
2020-11-15Remove DockerHub from GitHub ActionsGravatar Sebastiaan Zeeff-11/+3
We're no longer using DockerHub in our deployment for SeasonalBot, so it does not make sense to keep pushing containers there.
2020-11-15Change CI badge to GitHub ActionsGravatar Sebastiaan Zeeff-1/+1
2020-11-14Merge build and deploy stagesGravatar Joe Banks-19/+2