chore: add automated gh mirror build

This commit is contained in:
Ayo Ayco 2025-03-09 11:42:21 +01:00
parent f50ba452df
commit 9e3e3d8b30

11
.build.yml Normal file
View file

@ -0,0 +1,11 @@
image: alpine/edge
secrets:
- bbfcb6dc-7c4a-42ee-a11a-022f0339a133
environment:
REPO: python-template
GH_USER: ayoayco
tasks:
- push-mirror: |
cd ~/"${REPO}"
git config --global credential.helper store
git push --mirror "https://github.com/${GH_USER}/${REPO}"