Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
Fix mirroring action
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Hidden-Hand committed Jun 8, 2021
1 parent 0a9acb3 commit 2d2fd23
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/master.yml
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v2
with:
fetch-depth: '0'

- name: Install Node.js, NPM and Yarn
uses: actions/cache@v1
Expand Down Expand Up @@ -49,13 +51,13 @@ jobs:
- name: Publish to Iceland server
run: |
${{ secrets.DEPLOY_COMMAND }} webclient-master
- name: Mirror at Codeberg
uses: spyoungtech/mirror-action@master
- uses: pixta-dev/repository-mirroring-action@v1
with:
REMOTE: git@codeberg.org:CTemplar/webclient.git
GIT_SSH_PRIVATE_KEY: ${{ secrets.CODEBERG_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"
target_repo_url:
git@codeberg.org:CTemplar/webclient.git
ssh_private_key:
${{ secrets.CODEBERG_SSH_PRIVATE_KEY }}

pre-release:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 2d2fd23

Please sign in to comment.