Compare commits

..

2 Commits

Author SHA1 Message Date
Gitea Action e191320eb8 VI3DGL: v1.4.2 (2026-06-20T17:16)
Mirror to Public Gitea (updates.rhino.nrw) / mirror (push) Waiting to run
2026-06-20 17:16:59 +00:00
Rhino 0c5015f176 ci: add mirror action to public Gitea 2026-06-20 19:14:59 +02:00
2 changed files with 2586 additions and 2567 deletions
+19
View File
@@ -0,0 +1,19 @@
name: Mirror to Public Gitea (updates.rhino.nrw)
on:
push:
branches: [main]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Checkout (full history)
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push mirror to Public Gitea
run: |
git remote add public "http://rhino:${{ secrets.PUBLIC_GITEA_TOKEN }}@172.30.0.4:3053/rhino/StatusQuo_Updates.git"
git push public main --force
+2567 -2567
View File
File diff suppressed because it is too large Load Diff