Compare commits
2 Commits
ada066dbec
...
e7c403e35c
| Author | SHA1 | Date | |
|---|---|---|---|
| e7c403e35c | |||
| b6a6a7ebe1 |
@@ -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:host]
|
runs-on: [home-server]
|
||||||
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:host]
|
runs-on: [home-server]
|
||||||
needs: update-repo
|
needs: update-repo
|
||||||
steps:
|
steps:
|
||||||
- name: update home server containers
|
- name: update home server containers
|
||||||
|
|||||||
@@ -294,6 +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"
|
"home-server:host"
|
||||||
];
|
];
|
||||||
hostPackages = with pkgs; [
|
hostPackages = with pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user