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
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user