chore: add automated push mirror

This commit is contained in:
Ayo Ayco 2025-02-08 19:40:17 +01:00
parent 6fa235a13c
commit 2b3e6cd63e

11
.build.yml Normal file
View file

@ -0,0 +1,11 @@
image: alpine/edge
secrets:
- 291f0e35-9b8d-43ff-844c-77c5f29c1876
environment:
REPO: cozy
GH_USER: ayoayco
tasks:
- push-mirror: |
cd ~/"${REPO}"
git config --global credential.helper store
git push --mirror "https://github.com/${GH_USER}/${REPO}"