Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement GitHub actions to automatically update the live bot when main is modified #16

Open
Tracked by #14
SnowHawkeye opened this issue Oct 31, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@SnowHawkeye
Copy link
Contributor

SnowHawkeye commented 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.

@SnowHawkeye 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
@SnowHawkeye SnowHawkeye added the enhancement New feature or request label Oct 31, 2023
@SnowHawkeye SnowHawkeye added this to the Scaling up the bot milestone Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant