[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Bye bye, github
[Thread Prev] | [Thread Next]
- Subject: [PATCH] Bye bye, github
- From: arf20 <aruizfernandez05@xxxxxxxxx>
- Reply-to: development@xxxxxxxxx
- Date: Sun, 5 May 2024 15:01:31 +0200
- To: development@xxxxxxxxx
- Cc: arf20 <aruizfernandez05@xxxxxxxxx>
MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- .github/workflows/mirror.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/mirror.yml diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml deleted file mode 100644 index 411576d..0000000 --- a/.github/workflows/mirror.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Mirror to ARFNET - -on: [push] - -jobs: - push-mirror: - runs-on: ubuntu-latest - steps: - - name: Clone repo - run: git clone https://github.com/ARF20NET/arfnet2-web - - - name: Push to remote repo - run: cd arfnet2-web && git push -u https://${{secrets.MIRROR_USER}}:${{secrets.MIRROR_PASSWORD}}@git.arf20.com/arfnet2-web master -- 2.39.2