Compare commits
2 Commits
ada066dbec
...
e7c403e35c
| Author | SHA1 | Date | |
|---|---|---|---|
| e7c403e35c | |||
| b6a6a7ebe1 |
@@ -2,7 +2,7 @@ name: Apply Kuberentes Configs
|
||||
on: [push, workflow_dispatch]
|
||||
jobs:
|
||||
update-repo:
|
||||
runs-on: [home-server:host]
|
||||
runs-on: [home-server]
|
||||
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:host]
|
||||
runs-on: [home-server]
|
||||
needs: update-repo
|
||||
steps:
|
||||
- name: update home server containers
|
||||
|
||||
@@ -294,6 +294,7 @@
|
||||
url = "https://git.alexmickelson.guru";
|
||||
tokenFile = "/data/runner/gitea-infrastructure-token.txt";
|
||||
labels = [
|
||||
"home-server"
|
||||
"home-server:host"
|
||||
];
|
||||
hostPackages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user