Compare commits

...

2 Commits

Author SHA1 Message Date
ada066dbec host stuff i guess
Some checks failed
Update home server containers / update-repo (push) Failing after 0s
Update home server containers / update-infrastructure (push) Has been skipped
Apply Kuberentes Configs / update-repo (push) Has been cancelled
Apply Kuberentes Configs / update-infrastructure (push) Has been cancelled
2026-01-27 22:31:53 -07:00
758371ff22 updates 2026-01-27 22:28:54 -07:00
2 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ name: Apply Kuberentes Configs
on: [push, workflow_dispatch] on: [push, workflow_dispatch]
jobs: jobs:
update-repo: update-repo:
runs-on: [home-server] runs-on: [home-server:host]
steps: steps:
- name: checkout repo - name: checkout repo
working-directory: /home/gitea-runner/infrastructure working-directory: /home/gitea-runner/infrastructure
@@ -16,7 +16,7 @@ jobs:
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
fi fi
update-infrastructure: update-infrastructure:
runs-on: [home-server] runs-on: [home-server:host]
needs: update-repo needs: update-repo
steps: steps:
- name: update home server containers - name: update home server containers

View File

@@ -294,7 +294,7 @@
url = "https://git.alexmickelson.guru"; url = "https://git.alexmickelson.guru";
tokenFile = "/data/runner/gitea-infrastructure-token.txt"; tokenFile = "/data/runner/gitea-infrastructure-token.txt";
labels = [ labels = [
"home-server" "home-server:host"
]; ];
hostPackages = with pkgs; [ hostPackages = with pkgs; [
docker docker
@@ -307,13 +307,13 @@
kubectl kubectl
kubernetes-helm kubernetes-helm
]; ];
};
settings = { settings = {
container = { container = {
enabled = false; enabled = false;
}; };
}; };
}; };
};
systemd.services.gitea-runner-infrastructure.serviceConfig = { systemd.services.gitea-runner-infrastructure.serviceConfig = {