commit e6c4e67fdf960aa2708afb6c27f341d2c0b7c7b4 parent ca4fd8240e98871ad1e7f46e77f431dd7ddb455c Author: Jack Mordaunt <jackmordaunt.dev@gmail.com> Date: Sat, 5 Jul 2025 18:58:48 -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-nanosvg + cd odin-nanosvg + git remote set-url --push origin git@github.com:jackmordaunt/odin-nanosvg.git + git push --mirror