aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/mirror.yml
blob: d0ff24cae2d6933659485747edbc24d267f3419f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Mirror to ARFNET

on: [push]

jobs:
  push-mirror:
    runs-on: ubuntu-latest
    steps:
    - name: Checkout
      uses: actions/checkout@v4
      
    - name: Push to remote repo
      run: git push -u https://${{secrets.MIRROR_USER}}:${{secrets.MIRROR_PASSWORD}}@git.arf20.com/arfnet2-web master --force