Skip to content

Commit

Permalink
[ADD] Mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanCDev committed Nov 13, 2022
1 parent eb0b785 commit e8f854a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,15 @@ jobs:
uses: andstor/file-existence-action@v1
with:
files: "r_type-client, r_type-server"

mirror:
needs: [build-on-ubuntu, build-on-windows]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: ${{ secrets.EPI_REPO_URL }}
ssh_private_key: ${{ secrets.EPI_MIRRORING_KEY }}

0 comments on commit e8f854a

Please sign in to comment.