homepage/content/blog/2023/10-27-big-builder/index.md

25 lines
569 B
Markdown
Raw Normal View History

2023-11-29 17:43:38 -07:00
---
title: Big Builder
2023-11-29 17:55:40 -07:00
date: 2023-10-27
2023-11-29 17:43:38 -07:00
tags:
- computers
2024-01-15 08:41:36 -07:00
- ci/cd
2023-11-29 17:43:38 -07:00
---
I finally set up CI/CD with Forgejo/Gitea.
But I did it my way.
My way means:
* I can't run "gitea actions".
These are actually node.js programs that get checked out on demand
from somewhere (github probably).
I don't like that model.
* I can't spawn docker containers in my swarm from CI/CD.
* I have to prebuild an environment with any build tools I want.
That's the way I like it.
If you think that sounds nice,
go check out
2023-11-29 17:56:42 -07:00
[Big Builder](https://git.woozle.org/neale/big-builder).