▲ | ctz 5 days ago | ||||||||||||||||
> You can have a nice CI/CD pipeline that runs 100% in-house, for free. Interested! Some detail on how you achieve this for free would be great. | |||||||||||||||||
▲ | kstrauser 5 days ago | parent [-] | ||||||||||||||||
Well, Forgejo’s Actions are very similar to GitHub’s: https://forgejo.org/docs/latest/user/actions/actions/ If you want to run a process after each push to a branch or merge into main or whatever, you describe it in a YAML file in that repo. Configure some workers to run those actions and off you go! I use it for things like running tests and applying Terraform changes. | |||||||||||||||||
|