Skip to content

Commit

Permalink
mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
Katherine Wilsdon committed Nov 8, 2023
1 parent 28dfc93 commit b364fa9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy Digital Twin Analytics SEARCH Main
on:
workflow_dispatch:
push:
branches: [ "main" ]

jobs:
mirror-repository:
runs-on: [ self-hosted ]
steps:
- uses: actions/checkout@v3
with:
ref: main
- shell: bash
name: mirror-digital-twin-analytics-search-repo
run: |
git fetch --unshallow origin
git remote add github-pub ${{ secrets.PUBLIC_GITHUB_URL }} || git remote set-url github-pub ${{ secrets.PUBLIC_GITHUB_URL }}
git push github-pub main --force

0 comments on commit b364fa9

Please sign in to comment.