Bot CI/CD
Problem to solve
Building and deploying the bot manually makes it prone to errors.
Proposal
Add CI/CD to the bot with those specifications:
- Main branch is stable
- Tagged builds are stable
- Main is deployed in staging
- Tagged builds are deployed in production
- PR branches are built with an image expiration of a week
/cc @jae