2 changed files with 11 additions and 15 deletions
@ -1,7 +1,12 @@ |
|||||
name: Github to Bitbucket sync |
name: Backup Repo |
||||
# This action will sync the github repo with a backup bitbucket repo. |
# This action will sync the github repo with a backup bitbucket repo. |
||||
# This will allow LinuxGSM to use Bitbucket as and alternative download if github fails. |
# This will allow LinuxGSM to use Bitbucket as and alternative download if github fails. |
||||
on: push |
on: |
||||
|
push: |
||||
|
branches: |
||||
|
- master |
||||
|
- 'develop' |
||||
|
- 'feature/update-lgsm' |
||||
jobs: |
jobs: |
||||
repo-sync: |
repo-sync: |
||||
runs-on: ubuntu-latest |
runs-on: ubuntu-latest |
||||
@ -17,6 +22,6 @@ jobs: |
|||||
with: |
with: |
||||
source_repo: "https://github.com/GameServerManagers/LinuxGSM" |
source_repo: "https://github.com/GameServerManagers/LinuxGSM" |
||||
source_branch: "refs/heads/*" |
source_branch: "refs/heads/*" |
||||
destination_repo: "[email protected]:dgibbs64/linuxgsm.git" |
destination_repo: "[email protected]:GameServerManagers/linuxgsm.git" |
||||
destination_branch: "refs/heads/*" |
destination_branch: "refs/heads/*" |
||||
ssh_private_key: ${{ secrets.BITBUCKET_SECRET }} |
ssh_private_key: ${{ secrets.BITBUCKET_SECRET }} |
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue