This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
learningpulse/.forgejo/workflows/mirror_to_remote.yml
2005 035bc5330c
Some checks failed
Build docker images, publish them, deploy to test server / build (push) Failing after 2m19s
Mirror dev branch to remote / build (push) Failing after 17s
workflow: fix branch typo
2024-09-05 17:51:36 +02:00

22 lines
450 B
YAML

name: Mirror dev branch to remote
on:
push:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone bare dev branch
run: git clone --bare https://git.4o1x5.dev/${{ github.repository }} -b master
- name: Cd into directory
run: cd learningpulse
- name: Mirror to github
run: git push --mirror https://nezsha:${{ secrets.MIRROR_USER_PASSWORD }}@github.com/nezsha/lp