Skip to content

Commit c43c919

Browse files
committed
ci(github): Add common
ref: #33 #32
1 parent 218dad9 commit c43c919

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.github/.gitkeep

Whitespace-only changes.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
3+
name: Mirror
4+
5+
6+
on:
7+
push:
8+
branches:
9+
- '*'
10+
11+
12+
jobs:
13+
14+
15+
mirror-gitlab:
16+
name: Gitlab
17+
runs-on: ubuntu-latest
18+
steps:
19+
20+
- name: Checkout Code
21+
uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 0
24+
fetch-tags: true
25+
26+
- name: Mirror
27+
uses: pixta-dev/repository-mirroring-action@v1
28+
with:
29+
target_repo_url: gitlab.com:nofusscomputing/projects/docker-bind.git
30+
ssh_private_key: ${{ secrets.SSH_DEPLOY_KEY_GITLAB }}
31+
ssh_username: git

0 commit comments

Comments
 (0)