Big Builder blog post
This commit is contained in:
parent
9b97b2b14c
commit
f8da2e386a
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
title: Big Builder
|
||||
date: 2023-11-29
|
||||
tags:
|
||||
- computers
|
||||
---
|
||||
|
||||
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
|
||||
[Big Bulder](https://git.woozle.org/neale/big-builder)
|
|
@ -2,6 +2,7 @@
|
|||
title: Self-Hosted Email
|
||||
date: 2023-11-29
|
||||
tags:
|
||||
- computers
|
||||
---
|
||||
|
||||
I am having trouble delivering mail to work from woozle.org,
|
||||
|
|
Loading…
Reference in New Issue