Skip to content

Commit

Permalink
Tweak to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonb927 committed Mar 9, 2024
1 parent 9a8f969 commit b385225
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ❤️.

0 comments on commit b385225

Please sign in to comment.