From 14531ea84b30d281c97f0c800a0853253b99a5cb Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Tue, 20 May 2025 10:38:14 +0200 Subject: [PATCH] chore: remove auto mirror to github --- .build.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .build.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index d9b2a51..0000000 --- a/.build.yml +++ /dev/null @@ -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}"