You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub actions might let us automatically update the bot on the server when commits are pushed on the main branch. It would prevent us from having to restart the server manually when we update the bot.
With the current hosting solution (SparkedHost), this doesn't seem easy/possible because they give you little control over the server. Given that releases should be pretty rare, it is not too problematic to restart the server manually at the moment.
However, as the bot scales up, robust CI/CD may become necessary.
The text was updated successfully, but these errors were encountered:
SnowHawkeye
changed the title
implement github actions so every time a branch is merged to main, the live version of the bot is updated
Implement GitHub actions to automatically update the live bot when main is modified
Oct 31, 2023
GitHub actions might let us automatically update the bot on the server when commits are pushed on the
main
branch. It would prevent us from having to restart the server manually when we update the bot.With the current hosting solution (SparkedHost), this doesn't seem easy/possible because they give you little control over the server. Given that releases should be pretty rare, it is not too problematic to restart the server manually at the moment.
However, as the bot scales up, robust CI/CD may become necessary.
The text was updated successfully, but these errors were encountered: