Big Builder blog post
Homepage / publish (push) Successful in 14s
Details
Homepage / publish (push) Successful in 14s
Details
This commit is contained in:
parent
398496542a
commit
54175bc0bc
|
@ -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
|
title: Self-Hosted Email
|
||||||
date: 2023-11-29
|
date: 2023-11-29
|
||||||
tags:
|
tags:
|
||||||
|
- computers
|
||||||
---
|
---
|
||||||
|
|
||||||
I am having trouble delivering mail to work from woozle.org,
|
I am having trouble delivering mail to work from woozle.org,
|
||||||
|
|
Loading…
Reference in New Issue