mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Add codeberg to sync script
This commit is contained in:
parent
cdcfb4e5b4
commit
6d3d57ae1c
1 changed files with 7 additions and 3 deletions
10
.github/workflows/backup.yml
vendored
10
.github/workflows/backup.yml
vendored
|
|
@ -16,11 +16,15 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: webfactory/ssh-agent@v0.9.0
|
- uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd #v0.9.1
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.GITLAB_SYNC_KEY }}
|
ssh-private-key: |
|
||||||
|
${{ secrets.MIRROR_GITLAB_SYNC_KEY }}
|
||||||
|
${{ secrets.MIRROR_CODEBERG_SYNC_KEY }}
|
||||||
|
|
||||||
- name: Add remote & push
|
- name: Add remotes & push
|
||||||
run: |
|
run: |
|
||||||
git remote add gitlab git@gitlab.com:goatcorp/Dalamud.git
|
git remote add gitlab git@gitlab.com:goatcorp/Dalamud.git
|
||||||
git push gitlab --all --force
|
git push gitlab --all --force
|
||||||
|
git remote add codeberg git@codeberg.org/goatcorp/Dalamud.git
|
||||||
|
git push codeberg --all --force
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue