mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-13 00:04:57 +07:00
Merge pull request #54 from yanceyy/patch-1
This commit is contained in:
commit
33cb975da0
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
In this section I wanted to move on and take a look at maybe a different approach to what we just spent time on. GitHub Actions is where we will focus on in this session.
|
In this section I wanted to move on and take a look at maybe a different approach to what we just spent time on. GitHub Actions is where we will focus on in this session.
|
||||||
|
|
||||||
GitHub Actions is a CI/CD platform that allows us to build, test and deploy amongst other tasks our pipeline. It has the concept of workdlows that build and test against a GitHub repository. You could also use GitHub Actions to drive other workflows based on events that happen within your repository.
|
GitHub Actions is a CI/CD platform that allows us to build, test and deploy amongst other tasks our pipeline. It has the concept of workflows that build and test against a GitHub repository. You could also use GitHub Actions to drive other workflows based on events that happen within your repository.
|
||||||
|
|
||||||
### Workflows
|
### Workflows
|
||||||
|
|
||||||
@ -173,4 +173,4 @@ Next up we will cover another area of CD, we will be looking into ArgoCD to depl
|
|||||||
- [GitHub Actions](https://www.youtube.com/watch?v=R8_veQiYBjI)
|
- [GitHub Actions](https://www.youtube.com/watch?v=R8_veQiYBjI)
|
||||||
- [GitHub Actions CI/CD](https://www.youtube.com/watch?v=mFFXuXjVgkU)
|
- [GitHub Actions CI/CD](https://www.youtube.com/watch?v=mFFXuXjVgkU)
|
||||||
|
|
||||||
See you on [Day 76](day76.md)
|
See you on [Day 76](day76.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user