diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 6b16084..67a04b2 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -13,8 +13,8 @@ jobs: name: Get changed files runs-on: ubuntu-latest outputs: - brandonb_ca: ${{ steps.filter.outputs.brandonb_ca }} - ve7tzb_ca: ${{ steps.filter.outputs.ve7tzb_ca }} + brandonb_ca: ${{ steps.changes.outputs.brandonb_ca }} + ve7tzb_ca: ${{ steps.changes.outputs.ve7tzb_ca }} steps: - uses: actions/checkout@v4 diff --git a/brandonb.ca/_posts/2024/2024-03-09-how-to-self-host-almost-everything-in-your-life-with-unraid.md b/brandonb.ca/_posts/2024/2024-03-09-how-to-self-host-almost-everything-in-your-life-with-unraid.md index 4a2be26..ce3f829 100644 --- a/brandonb.ca/_posts/2024/2024-03-09-how-to-self-host-almost-everything-in-your-life-with-unraid.md +++ b/brandonb.ca/_posts/2024/2024-03-09-how-to-self-host-almost-everything-in-your-life-with-unraid.md @@ -146,4 +146,4 @@ One of the motivations for this project was the overhead of maintenance required Having run this server for over a month at the time of writing, I can say with a high-degree of certainty that I wished I had done this migration sooner. In retrospect, my previous setup was truly a disaster waiting to happen; I had very few backups to speak of except for copies of some of the more important config files from running services and who knows when those were last updated (actually, I looked at "last modified" dates of some of them in retrospect and they were out by at least two years 🥲), and no backups of my drives existed because I was ignorant towards my data needs. In contrast, working with unRAID has been an absolute pleasure after you get over the knowledge and terminology hurdle, and I would gladly pay for another license when I build my next machine. -Some closing words: to the folks that build and work on the OS and features, I thank you for making software that works so well and is fairly user-friendly. I've learned a tonne working on this project and I look forward to a future build with unRAID ❤️. +Some closing words: to the folks that build and work on the OS and features, I thank you for making software that works so well and is fairly user-friendly. I've learned a tonne working on this project and I look forward to a future build with unRAID OS ❤️.