Skip to content

Workflow file for this run

name: 'GitHub Actions Mirror'
on: [push, delete]
jobs:
mirror_to_coding:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v1
- name: 'Mirror to coding'
uses: yesolutions/mirror-action@master
with:
REMOTE: ${{ secrets.SYNC_GIT_HOST }}
GIT_USERNAME: Steve
GIT_PASSWORD: ${{ secrets.GITLAB_KEY }}
- name: 'sync to merchat'
uses: yesolutions/mirror-action@master
with:
REMOTE: "[email protected]:NexaMerchant/merchant.git"
GIT_SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"