diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..3972f1a --- /dev/null +++ b/.build.yml @@ -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}"