python / discord-bot

Discord Bot for Core Devs Discord server
Apache License 2.0
22 stars 9 forks source link

Add Github CI/CD #8

Open corona10 opened 1 year ago

corona10 commented 1 year ago

We should set up a continuous integration (CI) process that runs tests on every pull request (PR) using GitHub Actions. Additionally, we should set up continuous deployment (CD) so that when a new version is released using the GitHub release feature, the new code is automatically deployed to the server.

corona10 commented 1 year ago

Related issue: https://github.com/python/core-workflow/issues/497