Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
OPS:repository sync
Browse files Browse the repository at this point in the history
  • Loading branch information
nexusix committed Aug 17, 2021
1 parent c9a8e19 commit a259b35
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on: push
jobs:
git-sync:
runs-on: ubuntu-latest
steps:
- name: git-sync
uses: wei/git-sync@v3
with:
source_repo: "[email protected]:kunai-consulting/ember-cli-deploy-azure-blob.git"
source_branch: "refs/heads/*"
destination_repo: "[email protected]:AEG-Presents/ember-cli-deploy-azure-blob.git"
destination_branch: "refs/heads/*"
source_ssh_private_key: ${{ secrets.KUBNAI_EMBER_CLI_DEPLOY_AZURE_BLOB }}
destination_ssh_private_key: ${{ secrets.AEG_EMBER_CLI_DEPLOY_AZURE_BLOB }}
- name: git-sync-tags
uses: wei/git-sync@v3
with:
source_repo: "[email protected]:kunai-consulting/ember-cli-deploy-azure-blob.git"
source_branch: "refs/tags/*"
destination_repo: "[email protected]:AEG-Presents/ember-cli-deploy-azure-blob.git"
destination_branch: "refs/tags/*"
source_ssh_private_key: ${{ secrets.KUBNAI_EMBER_CLI_DEPLOY_AZURE_BLOB }}
destination_ssh_private_key: ${{ secrets.AEG_EMBER_CLI_DEPLOY_AZURE_BLOB }}

0 comments on commit a259b35

Please sign in to comment.