#gitops (2019-01)
Discuss continuous delivery of infrastructure
Archive: https://archive.sweetops.com/gitops/
2019-01-10
I’ll be presenting at Scale 17x: https://www.socallinuxexpo.org/scale/17x/speakers/erik-osterman
2019-01-17
Morning people! Does anyone know if github actions will be free after the beta ends ? It doesn’t make sense for it to be free and currently it feels like a trap . If we ditch our CIs and move to github actions, and they set some crazy pricing on it after the beta is done it won’t be fun at all.
No idea, haven’t found anything about GitHub Actions pricing. Speaking about actions, found that tommorow: https://github.com/nektos/act I guess it was in the trending list but I feel the need for sharing it.
Run your GitHub Actions locally. Contribute to nektos/act development by creating an account on GitHub.
We use both at the same time, because there is not enough flexibility in github actions as an executor, but more as a trigger. We use github action to do basic actions, and delegate complex tasks to CircleCI (already existing and working) .
Thanks for the info ! I’ll try to get some information about the pricing because no one seems to be talking about it
@zadkiel I found this https://github.com/sdras/awesome-actions
A curated list of awesome actions to use on GitHub - sdras/awesome-actions
Currently triggers are different for private and public repos, which adds some extra challenges working on private repos before making things public.