chore: remove auto mirror to github
This commit is contained in:
parent
8512e7cf81
commit
14531ea84b
1 changed files with 0 additions and 11 deletions
11
.build.yml
11
.build.yml
|
@ -1,11 +0,0 @@
|
||||||
image: alpine/edge
|
|
||||||
secrets:
|
|
||||||
- bbfcb6dc-7c4a-42ee-a11a-022f0339a133
|
|
||||||
environment:
|
|
||||||
REPO: ayco.io-flask
|
|
||||||
GH_USER: ayoayco
|
|
||||||
tasks:
|
|
||||||
- push-mirror: |
|
|
||||||
cd ~/"${REPO}"
|
|
||||||
git config --global credential.helper store
|
|
||||||
git push --mirror "https://github.com/${GH_USER}/${REPO}"
|
|
Loading…
Reference in a new issue