From f4e76d8df49167a3a4fb91d6cd585531035a5df6 Mon Sep 17 00:00:00 2001 From: Lorenzo Torres Date: Sat, 30 Aug 2025 15:48:35 +0200 Subject: [PATCH] Added github mirror to sourcehut builds --- .build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..6506d29 --- /dev/null +++ b/.build.yml @@ -0,0 +1,12 @@ +image: alpine/edge +secrets: + - badec204-0896-4219-87f3-8054687e01e4 +sources: + - git@git.sr.ht/~lolzdev/sideros +environment: + GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no +tasks: + - setup: | + echo 'cd sideros' >> ~/.buildenv + - mirror: | + git push --force --mirror git@github.com:lolzdev/sideros.git