Skip to content

Commit

Permalink
detailed show notes #61
Browse files Browse the repository at this point in the history
  • Loading branch information
veggiemonk committed Feb 11, 2024
1 parent 0534df9 commit a673d61
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions content/episodes/61-github-actions-and-evolution-of-ci-cd.md
Original file line number Diff line number Diff line change
@@ -3,11 +3,14 @@ title: "GitHub Actions And Evolution Of CI/CD Tools"
date: 2024-02-08T11:08:36+01:00
lastmod: 2024-02-08T11:08:36+01:00
episode: 61
author: 'DevSecOps Talks'
participants: ['Mattias', 'Andrey', 'Julien']
author: "DevSecOps Talks"
participants: ["Mattias", "Andrey", "Julien"]
---

Andrey has been exploring GitHub Actions and has some insights to share. How have CI/CD solutions transformed over time, and what innovations do GitHub Actions bring to the table? Julien drops a few tools that could be useful for GitHub Actions users. 
Andrey has been exploring GitHub Actions and has some insights to share. How have CI/CD solutions transformed over time, and what innovations do GitHub Actions bring to the table? Julien drops a few tools that could be useful for GitHub Actions users.
We explored a bit history of CI/CD, we started with Jenkins and its DSL in Groovy.
We compared that to the current DSL in YAML (GitHub Actions, Google Cloud Build, Azure DevOps, AWS CloudBuild).
Andrey gave his tips on using Bash inside YAML and pipeline management. Mattias shared his experience on building pipeline.

<!--more-->

@@ -17,5 +20,9 @@ Andrey has been exploring GitHub Actions and has some insights to share. How hav

## Notes

* [ACT](https://github.com/nektos/act)
* [Codeberf](https://codeberg.org/)
- [ACT](https://github.com/nektos/act) to run github actions locally
- [Codeberg](https://codeberg.org/)
- [gitea](https://github.com/go-gitea/gitea)
- [sourcehut](https://sourcehut.org/)
- [forgejo](https://codeberg.org/forgejo/forgejo)
- [jenkins](https://www.jenkins.io/)

0 comments on commit a673d61

Please sign in to comment.