Skip to content

Commit

Permalink
Parallel mirroring
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaharagon committed Sep 2, 2022
1 parent 5f970c5 commit 0ba070d
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
group: git-mirror

jobs:
git-mirror:
gitlab:
runs-on: ubuntu-latest
steps:
- name: Mirror to GitLab
Expand All @@ -18,10 +18,9 @@ jobs:
source-repo: "[email protected]:privacyguides/privacyguides.org.git"
destination-repo: "[email protected]:privacyguides/privacyguides.org.git"

- name: Cleanup
run: |
sudo rm -rf privacyguides.org.git
codeberg:
runs-on: ubuntu-latest
steps:
- name: Mirror to Codeberg
uses: wearerequired/git-mirror-action@v1
env:
Expand All @@ -30,10 +29,9 @@ jobs:
source-repo: "[email protected]:privacyguides/privacyguides.org.git"
destination-repo: "[email protected]:privacyguides/privacyguides.org.git"

- name: Cleanup
run: |
sudo rm -rf privacyguides.org.git
sourcehut:
runs-on: ubuntu-latest
steps:
- name: Mirror to SourceHut
uses: wearerequired/git-mirror-action@v1
env:
Expand Down

0 comments on commit 0ba070d

Please sign in to comment.