gitea updates
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 0s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 1s

This commit is contained in:
2026-02-07 14:49:27 -07:00
parent cbd2f12189
commit 3ce79c4d5b
2 changed files with 4 additions and 2 deletions

View File

@@ -1,10 +1,9 @@
name: Update Repository name: Update Repository
on: on:
workflow_call: workflow_call:
jobs: jobs:
update-repo-folder: update-repo-folder:
runs-on: home-server runs-on: [self-hosted]
steps: steps:
- name: checkout repo - name: checkout repo
working-directory: /home/gitea-runner working-directory: /home/gitea-runner

View File

@@ -7,6 +7,9 @@
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 = [
"self-hosted"
"home-server"
"self-hosted:host"
"home-server:host" "home-server:host"
"native:host" "native:host"
]; ];