From 1b5fe62148215d3e5f46738928bf5e3d7ee18558 Mon Sep 17 00:00:00 2001 From: scott Date: Mon, 9 Mar 2026 19:58:59 -0700 Subject: [PATCH] added post CICD --- hugo-content/content/posts/CICD.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hugo-content/content/posts/CICD.md diff --git a/hugo-content/content/posts/CICD.md b/hugo-content/content/posts/CICD.md new file mode 100644 index 0000000..078e9d1 --- /dev/null +++ b/hugo-content/content/posts/CICD.md @@ -0,0 +1,7 @@ +--- +title: "CICD" +date: 2026-03-09T19:57:00-07:00 +draft: false +--- + +Finally got some CICD working- woodpecker was useless, but now gitea has Actions. With some configuration, I can now push to some repos and the internet gets the updates. My days of ssh-ing (via tailscale) and running ship.sh scripts might be over. One more script replaced by lots of yaml, hope, and prayers.