From d5f5ce808ec2ddaa1664659f5817f93be6299c54 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 9 Mar 2025 20:03:38 +0100 Subject: [PATCH] chore: add build.yml --- .build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..cf9a9b1 --- /dev/null +++ b/.build.yml @@ -0,0 +1,11 @@ +image: alpine/edge +secrets: + - bbfcb6dc-7c4a-42ee-a11a-022f0339a133 +environment: + REPO: astro-reactive + GH_USER: ayoayco +tasks: + - push-mirror: | + cd ~/"${REPO}" + git config --global credential.helper store + git push --mirror "https://github.com/${GH_USER}/${REPO}"