Skip to content

Commit

Permalink
add mirror pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Oct 29, 2019
1 parent 2d48266 commit af2056d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: ci

on: [push]

jobs:
build:
runs-on: ubuntu-latest

env:
AZURE_TOKEN: ${{ secrets.AZURE_TOKEN }}

steps:
- uses: actions/checkout@v1
with:
submodules: true
lfs: true
- name: mirror repo to azure
run: |
git push --mirror https://aemdesign:${AZURE_TOKEN}@dev.azure.com/aemdesign/AEM.Design/_git/aemdesign-aem-support

0 comments on commit af2056d

Please sign in to comment.