From 553ea6899e307a5b10cd05439ba6781a501d42ec Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Mon, 20 Oct 2025 10:55:39 -0600 Subject: [PATCH] not running dns anymore --- .github/workflows/update-home-server.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/update-home-server.yml b/.github/workflows/update-home-server.yml index d7325d3..579064c 100644 --- a/.github/workflows/update-home-server.yml +++ b/.github/workflows/update-home-server.yml @@ -38,13 +38,13 @@ jobs: # docker exec reverse-proxy nginx -t # docker exec reverse-proxy nginx -s reload - update-pihole: - runs-on: [home-server] - needs: update-repo - steps: - - working-directory: /home/github/infrastructure/infrastructure - run: | - cd dns - docker compose pull - docker compose up -d + # update-pihole: + # runs-on: [home-server] + # needs: update-repo + # steps: + # - working-directory: /home/github/infrastructure/infrastructure + # run: | + # cd dns + # docker compose pull + # docker compose up -d