AWS CodePipeline
Introduction
- A fully managed continuous delivery service that helps you automate your release pipelines
Usage
- We only use CodePipeline to deploy the Django project to Elastic Beanstalk
- This is because we did not need a CI/CD for the Django project on GitHub Actions
- When the Django backend is replaced with the Node.js backend, I will probably replace this with a GitHub-based deployment workfloe