#forgejo #freebsd anybody out there who has implemented a forgejo runner in a freebsd jail?

blog posts welcomed, I can't find any!

@dch yes, I did it just this week. No blog yet but will pull together what I did later (am using Bastille so it will be based on that)
@tobybryans awesome! Looking forwards to it. I’m interested in having a clean build with zfs rollback each time, did you go that far?
@dch I haven't, no, but I have got it to deploy to staging with a branch choice, and production with no branch choice. This is for a php site we host so deployment is just git. Once you have got the runner set up though the rest is yaml in your repo.
@dch also do let me know if you get the zfs rollback working, I wasn't aware you could do that from within a jail so that would be most interesting!