#gitops (2019-01)

Discuss continuous delivery of infrastructure

Archive: https://archive.sweetops.com/gitops/

2019-01-10

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
4

2019-01-17

Nikola Velkovski avatar
Nikola Velkovski

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.

zadkiel avatar
zadkiel

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.

nektos/act

Run your GitHub Actions locally. Contribute to nektos/act development by creating an account on GitHub.

antonbabenko avatar
antonbabenko

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) .

Nikola Velkovski avatar
Nikola Velkovski

Thanks for the info ! I’ll try to get some information about the pricing because no one seems to be talking about it

Nikola Velkovski avatar
Nikola Velkovski
sdras/awesome-actions

A curated list of awesome actions to use on GitHub - sdras/awesome-actions

antonbabenko avatar
antonbabenko

Currently triggers are different for private and public repos, which adds some extra challenges working on private repos before making things public.

    keyboard_arrow_up