We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218dad9 commit c43c919Copy full SHA for c43c919
.github/.gitkeep
.github/workflows/mirror_gitlab.yaml
@@ -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
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