more stuff
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) Failing after 0s
Apply Kuberentes Configs / update-infrastructure (push) Has been skipped
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) Failing after 0s
Apply Kuberentes Configs / update-infrastructure (push) Has been skipped
This commit is contained in:
@@ -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
|
||||||
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
|
||||||
needs: update-repo
|
needs: update-repo
|
||||||
steps:
|
steps:
|
||||||
- name: update home server containers
|
- name: update home server containers
|
||||||
|
|||||||
@@ -321,7 +321,6 @@
|
|||||||
RUNNER_SHELL = "${pkgs.bashNonInteractive}/bin/bash";
|
RUNNER_SHELL = "${pkgs.bashNonInteractive}/bin/bash";
|
||||||
};
|
};
|
||||||
systemd.services.gitea-runner-infrastructure.serviceConfig = {
|
systemd.services.gitea-runner-infrastructure.serviceConfig = {
|
||||||
|
|
||||||
ReadWritePaths = [
|
ReadWritePaths = [
|
||||||
"/data/cloudflare/"
|
"/data/cloudflare/"
|
||||||
"/data/runner/infrastructure"
|
"/data/runner/infrastructure"
|
||||||
|
|||||||
Reference in New Issue
Block a user