diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2024-05-05 13:59:56 +0200 | 
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2024-05-05 13:59:56 +0200 | 
| commit | 2c965f0e888fb0c9d9a254377054a0df6c5fa2b7 (patch) | |
| tree | 52393a86e8d7901557ae19e72681e9ea9a489837 | |
| parent | 2114940aef040a719711df52355121347b3b3efc (diff) | |
| download | arfnet2-web-2c965f0e888fb0c9d9a254377054a0df6c5fa2b7.tar.gz arfnet2-web-2c965f0e888fb0c9d9a254377054a0df6c5fa2b7.zip  | |
Bye bye, github
| -rw-r--r-- | .github/workflows/mirror.yml | 13 | 
1 files changed, 0 insertions, 13 deletions
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  | 
