commit 59795eed0a64aca83ebe90771192da654f6e6ef2 parent 4c41b9b27f9afb2a7a0b58255322de01576d2db7 Author: Jack Mordaunt <jackmordaunt.dev@gmail.com> Date: Sat, 25 Oct 2025 23:27:10 -0300 ci: mirror to github Diffstat:
| A | .builds/mirror-sync.yml | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/.builds/mirror-sync.yml b/.builds/mirror-sync.yml @@ -0,0 +1,12 @@ +image: alpine/edge +packages: + - git +secrets: + - 1c238745-e2fe-4372-8682-c8b6929ffbcd +tasks: + - sync: | + ssh-keyscan github.com >> ~/.ssh/known_hosts + git clone --mirror https://git.sr.ht/~jackmordaunt/odin-blend2d + cd odin-blend2d + git remote set-url --push origin git@github.com:jackmordaunt/odin-blend2d.git + git push --mirror