App Deployment With CI/CD
2022, Jun 06
App Workflow for CI/CD GitHub Actions
In this post is presented a the topics about how a typical Continuous integration (CI) and continuous delivery (CD) pipeline, can be used to deploy an app into Docker Hub in an automated Workflow by implementing GitHub Actions.
The next list represents some of the topics that are going to be revised in this post.
- Diagram of the developer workflow.
- Basic concepts of GitHub Actions: events and actions.
- View of the CI/CD pipeline.
First as part of the developing process, the figure below presents the content workflow of the whole process.