Compare commits
2 Commits
05e2c6f95d
...
ada066dbec
| Author | SHA1 | Date | |
|---|---|---|---|
| ada066dbec | |||
| 758371ff22 |
@@ -2,7 +2,7 @@ name: Apply Kuberentes Configs
|
||||
on: [push, workflow_dispatch]
|
||||
jobs:
|
||||
update-repo:
|
||||
runs-on: [home-server]
|
||||
runs-on: [home-server:host]
|
||||
steps:
|
||||
- name: checkout repo
|
||||
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
|
||||
fi
|
||||
update-infrastructure:
|
||||
runs-on: [home-server]
|
||||
runs-on: [home-server:host]
|
||||
needs: update-repo
|
||||
steps:
|
||||
- name: update home server containers
|
||||
|
||||
@@ -294,7 +294,7 @@
|
||||
url = "https://git.alexmickelson.guru";
|
||||
tokenFile = "/data/runner/gitea-infrastructure-token.txt";
|
||||
labels = [
|
||||
"home-server"
|
||||
"home-server:host"
|
||||
];
|
||||
hostPackages = with pkgs; [
|
||||
docker
|
||||
@@ -307,10 +307,10 @@
|
||||
kubectl
|
||||
kubernetes-helm
|
||||
];
|
||||
};
|
||||
settings = {
|
||||
container = {
|
||||
enabled = false;
|
||||
settings = {
|
||||
container = {
|
||||
enabled = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user