astro-reactive-form/.build.yml
Ayo Ayco 97b3342cf9
chore: add build.yml; update announcement link (#314)
* chore: add build.yml

* chore: update announcement link on readme

* chore: update readme

* chore: trigger build
2025-03-09 20:11:22 +01:00

11 lines
285 B
YAML

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}"