[add] gitea: post-receive template
This commit is contained in:
4
gitea/githooks/post-receive
Normal file
4
gitea/githooks/post-receive
Normal 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) ===="
|
||||
Reference in New Issue
Block a user