bengilbert12 / PokeBadge

Multi-tenant Twitch viewer badge bot
0 stars 0 forks source link

Create github action pipeline #9

Open Psuedoo opened 3 months ago

Psuedoo commented 3 months ago

This pipeline would be used to auto deploy the bot when changes are made to main.

Psuedoo commented 3 months ago

I wonder if a prerequisite for this is setting up an actual db. When the code gets deployed with tinydb it might do something like:

  1. Clear previous code dir (this would delete db)
  2. Clone repo
  3. Run bot

If this is the case, we also might just be able to move the db.json file to somewhere else. Maybe we could add db.json file path to .env.