From 97b3342cf9f0338cbc53213073e4f63dfe831188 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 9 Mar 2025 20:11:22 +0100 Subject: [PATCH] chore: add build.yml; update announcement link (#314) * chore: add build.yml * chore: update announcement link on readme * chore: update readme * chore: trigger build --- .build.yml | 11 +++++++++++ README.md | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) 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}" diff --git a/README.md b/README.md index 7de7258..0a1f54f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ > [!WARNING] -> -> Please read: [an important announcement about the project](https://github.com/orgs/astro-reactive/discussions/304) -> +> +> Please read: [an important announcement about the project](https://github.com/astro-reactive/astro-reactive/discussions/304) +> > *As of now we still are in an exploratory phase and the library is not ready for production. We appreciate the interest. We look forward to your feedback and welcome all kinds of contribution. :)*