Cicd Steps
Git-CI-CD
week 2 of DevOps Trainee Program
Introduction
This is a test web application that will be deployed to a server.
Steps
- Create a new repository on Github.
- Clone the repository.
- Create a new branch on Github. In this case the branches will be called “develop” and “main”.
- Create a new child branch on Github. In this this case the child branches will be called “release”.
- Jekyll will be used to create the website.
- The website will be deployed to the server using Github Actions.
- We will add a theme to the website. The theme used is called Minima
- Test the theme in the localhost.
- Push the changes to Github.
- Deploy the website to the server using Github pages.
- Test the website using the URL Github pages.
- Set up a new workflow on Github to create automatic PRs.
- Push the changes to Github and let the actions run.