not running dns anymore
This commit is contained in:
18
.github/workflows/update-home-server.yml
vendored
18
.github/workflows/update-home-server.yml
vendored
@@ -38,13 +38,13 @@ jobs:
|
|||||||
# docker exec reverse-proxy nginx -t
|
# docker exec reverse-proxy nginx -t
|
||||||
# docker exec reverse-proxy nginx -s reload
|
# docker exec reverse-proxy nginx -s reload
|
||||||
|
|
||||||
update-pihole:
|
# update-pihole:
|
||||||
runs-on: [home-server]
|
# runs-on: [home-server]
|
||||||
needs: update-repo
|
# needs: update-repo
|
||||||
steps:
|
# steps:
|
||||||
- working-directory: /home/github/infrastructure/infrastructure
|
# - working-directory: /home/github/infrastructure/infrastructure
|
||||||
run: |
|
# run: |
|
||||||
cd dns
|
# cd dns
|
||||||
docker compose pull
|
# docker compose pull
|
||||||
docker compose up -d
|
# docker compose up -d
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user