CI/CD PIPELINE
Automate the boring part. Every push should build, test and deploy itself without me touching anything.
Build a pipeline with GitHub Actions
Run automated tests on every pull request
Build and publish a Docker image from the pipeline
Deploy automatically to a server when a branch is merged
This is the plan for the project. As I work through it, this page gets updated with what actually happened.
GitHub ActionsDockerBashGit
REPOSITORY
Not published yet. The link goes up once the project is running.