/ blog / archive — 1 entries

BLOG_

> cat /var/log/thoughts.log
Field notes from 35+ years in the trenches. Mostly C# / .NET / Avalonia, some Rust, rants about OOP, retro emulation, and whatever weird thing has me up at 2am.

Sort
Showing1of 1 entries · filter: self-hosting > order by date DESC
2026 // current cycle
0x18 2026.06.16 Built in private, released in public: self-hosted GitLab to GitHub The workshop is a self-hosted GitLab I own and run. The shop window is GitHub. Development happens in private with no metered CI bill and full control of the runners; when a release is ready, one GitLab CI job mirrors the source to GitHub and cuts a release with the built binaries. Here's the actual pipeline that does it, gotchas included. gitlab github ci-cd devops dotnet self-hosting release-engineering evilgeniuslabs 6′