updates to paths
Some checks failed
Apply Kuberentes Configs / update-repo (push) Failing after 0s
Apply Kuberentes Configs / update-infrastructure (push) Has been skipped
Update home server containers / update-repo (push) Failing after 0s
Update home server containers / update-infrastructure (push) Has been skipped

This commit is contained in:
2026-01-27 21:46:44 -07:00
parent bc5921c3a1
commit b8ac104002
5 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ jobs:
runs-on: [home-server] runs-on: [home-server]
steps: steps:
- name: checkout repo - name: checkout repo
working-directory: /home/github/infrastructure working-directory: /home/gitea-runner/infrastructure
run: | run: |
if [ -d "infrastructure" ]; then if [ -d "infrastructure" ]; then
cd infrastructure cd infrastructure
@@ -21,13 +21,13 @@ jobs:
steps: steps:
- name: update home server containers - name: update home server containers
env: env:
KUBECONFIG: /home/github/.kube/config KUBECONFIG: /home/gitea-runner/.kube/config
MY_GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }} MY_GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
HOMEASSISTANT_TOKEN: ${{ secrets.HOMEASSISTANT_TOKEN }} HOMEASSISTANT_TOKEN: ${{ secrets.HOMEASSISTANT_TOKEN }}
GRAFANA_PASSWORD: ${{ secrets.GRAFANA_PASSWORD }} GRAFANA_PASSWORD: ${{ secrets.GRAFANA_PASSWORD }}
CLOUDFLARE_CONFIG: ${{ secrets.CLOUDFLARE_CONFIG }} CLOUDFLARE_CONFIG: ${{ secrets.CLOUDFLARE_CONFIG }}
COPILOT_TOKEN: ${{ secrets.COPILOT_TOKEN }} COPILOT_TOKEN: ${{ secrets.COPILOT_TOKEN }}
working-directory: /home/github/infrastructure/infrastructure working-directory: /home/gitea-runner/infrastructure/infrastructure
run: | run: |
# kubectl apply -f kubernetes/ingress # kubectl apply -f kubernetes/ingress
kubectl apply -f kubernetes/proxy-ingress kubectl apply -f kubernetes/proxy-ingress

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: [home-server] runs-on: [home-server]
steps: steps:
- name: Run Beets sync - name: Run Beets sync
working-directory: /home/github/infrastructure/infrastructure/home-server/beets working-directory: /home/gitea-runner/infrastructure/infrastructure/home-server/beets
run: | run: |
git pull git pull
docker compose pull -q docker compose pull -q

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: [home-server] runs-on: [home-server]
steps: steps:
- name: Run Libation sync - name: Run Libation sync
working-directory: /home/github/infrastructure/infrastructure/home-server/libation working-directory: /home/gitea-runner/infrastructure/infrastructure/home-server/libation
run: | run: |
echo "Starting Libation audiobook sync at $(date)" echo "Starting Libation audiobook sync at $(date)"
docker compose pull -q docker compose pull -q

View File

@@ -5,7 +5,7 @@ jobs:
runs-on: [home-server] runs-on: [home-server]
steps: steps:
- name: checkout repo - name: checkout repo
working-directory: /home/github/infrastructure working-directory: /home/gitea-runner/infrastructure
run: | run: |
if [ -d "infrastructure" ]; then if [ -d "infrastructure" ]; then
cd infrastructure cd infrastructure
@@ -26,7 +26,7 @@ jobs:
GRAFANA_PASSWORD: ${{ secrets.GRAFANA_PASSWORD }} GRAFANA_PASSWORD: ${{ secrets.GRAFANA_PASSWORD }}
CLOUDFLARE_CONFIG: ${{ secrets.CLOUDFLARE_CONFIG }} CLOUDFLARE_CONFIG: ${{ secrets.CLOUDFLARE_CONFIG }}
COPILOT_TOKEN: ${{ secrets.COPILOT_TOKEN }} COPILOT_TOKEN: ${{ secrets.COPILOT_TOKEN }}
working-directory: /home/github/infrastructure/infrastructure working-directory: /home/gitea-runner/infrastructure/infrastructure
run: | run: |
# echo "$CLOUDFLARE_CONFIG" > /data/cloudflare/cloudflare.ini # echo "$CLOUDFLARE_CONFIG" > /data/cloudflare/cloudflare.ini
cd home-server cd home-server
@@ -42,7 +42,7 @@ jobs:
# 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/gitea-runner/infrastructure/infrastructure
# run: | # run: |
# cd dns # cd dns
# docker compose pull # docker compose pull

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: [self-hosted, home-server] runs-on: [self-hosted, home-server]
steps: steps:
- name: checkout repo - name: checkout repo
working-directory: /home/github/infrastructure working-directory: /home/gitea-runner/infrastructure
run: | run: |
if [ -d "infrastructure" ]; then if [ -d "infrastructure" ]; then
cd infrastructure cd infrastructure
@@ -22,7 +22,7 @@ jobs:
env: env:
JELLYFIN_USER: ${{ secrets.JELLYFIN_USER }} JELLYFIN_USER: ${{ secrets.JELLYFIN_USER }}
JELLYFIN_PASSWORD: ${{ secrets.JELLYFIN_PASSWORD }} JELLYFIN_PASSWORD: ${{ secrets.JELLYFIN_PASSWORD }}
working-directory: /home/github/infrastructure/infrastructure working-directory: /home/gitea-runner/infrastructure/infrastructure
run: | run: |
docker build -t jellyfin_management -f jellyfin/Dockerfile . docker build -t jellyfin_management -f jellyfin/Dockerfile .
docker run --rm \ docker run --rm \