Midnight-Cafe / lacus

Moderation bot
1 stars 4 forks source link

Setup Continuous Delivery #4

Open pk400 opened 3 years ago

pk400 commented 3 years ago

Description

We want to make it so that any merges to the main branch automatically deploys the bot. This should make it so that the private channel #lacus-staging will always have the latest code.

Acceptance Criteria

pk400 commented 3 years ago

I will leave this on hold for now, until I figure out a better way to set this up. It turns out that trying to setup GitHub Actions to run a long-running python app doesn't work. Currently, the bot is hosted on a digital ocean VPS and I will manually deploy when necessary.