[add] gitea: post-receive template

This commit is contained in:
2026-04-05 21:36:16 -04:00
parent d09ce60672
commit 0f08bdcc9c

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
echo "==== GitHub mirror start: $(date) ===="
git push --mirror <ssh uri to mirror repo>
echo "==== GitHub mirror end: $(date) ===="