Compare commits

...

2 Commits

Author SHA1 Message Date
477875253b Merge branch 'main' of https://git.scottyah.com/public/scottyah-blog
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m37s
2026-03-09 19:59:25 -07:00
1b5fe62148 added post CICD 2026-03-09 19:58:59 -07:00

View File

@@ -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.