mirror of
https://github.com/AntinomyCollective/.github.git
synced 2025-07-23 13:31:33 +03:00
full sync
This commit is contained in:
parent
27c572a4c1
commit
52ec8b57c4
40
.github/workflows/sync-with-gitlab.yml
vendored
40
.github/workflows/sync-with-gitlab.yml
vendored
@ -1,40 +0,0 @@
|
||||
name: Automatic sync with GitLab's read-only mirror
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
schedule:
|
||||
- cron: '42 0 * * 0'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
repo:
|
||||
- {github: "https://github.com/AntinomyCollective/.github.git", gitlab: "git@gitlab.com:AntinomyCollective/dot-github.git"}
|
||||
- {github: "https://github.com/AntinomyCollective/Retime-Phoneme-Util-GUI.git", gitlab: "git@gitlab.com:AntinomyCollective/Retime-Phoneme-Util-GUI.git"}
|
||||
|
||||
steps:
|
||||
- name: Set up SSH key
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.GITLAB_DEPLOY_KEY }}
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
ssh-keyscan -t rsa,ed25519 github.com >> ~/.ssh/known_hosts
|
||||
ssh-keyscan -t rsa,ed25519 gitlab.com >> ~/.ssh/known_hosts
|
||||
|
||||
- name: Clone repository as mirror
|
||||
run: |
|
||||
git clone --mirror ${{ matrix.repo.github }} repo-mirror
|
||||
|
||||
- name: Push to GitLab
|
||||
run: |
|
||||
cd repo-mirror
|
||||
git remote set-url origin ${{ matrix.repo.gitlab }}
|
||||
git push --mirror
|
55
.github/workflows/sync-with-mirrors.yml
vendored
Normal file
55
.github/workflows/sync-with-mirrors.yml
vendored
Normal file
@ -0,0 +1,55 @@
|
||||
name: Automatic sync with read-only mirrors
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
schedule:
|
||||
- cron: '42 0 * * 0'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
repo:
|
||||
# - {github: "", bitbucket: "", codeberg: "", gitlab: "" }
|
||||
- {github: "https://github.com/AntinomyCollective/.github.git", bitbucket: "git@bitbucket.org:antinomycollective/.github.git", codeberg: "git@codeberg.org:AntinomyCollective/.github.git", gitlab: "git@gitlab.com:AntinomyCollective/dot-github.git"}
|
||||
- {github: "https://github.com/AntinomyCollective/Retime-Phoneme-Util-GUI.git", bitbucket: "git@bitbucket.org:antinomycollective/retime-phoneme-util-gui.git", codeberg: "git@codeberg.org:AntinomyCollective/Retime-Phoneme-Util-GUI.git", gitlab: "git@gitlab.com:AntinomyCollective/Retime-Phoneme-Util-GUI.git"}
|
||||
|
||||
steps:
|
||||
- name: Set up SSH key
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_KEY }}
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
ssh-keyscan -t rsa,ed25519 bitbucket.org >> ~/.ssh/known_hosts
|
||||
ssh-keyscan -t rsa,ed25519 codeberg.org >> ~/.ssh/known_hosts
|
||||
ssh-keyscan -t rsa,ed25519 github.com >> ~/.ssh/known_hosts
|
||||
ssh-keyscan -t rsa,ed25519 gitlab.com >> ~/.ssh/known_hosts
|
||||
|
||||
- name: Clone repository as mirror
|
||||
run: |
|
||||
git clone --mirror ${{ matrix.repo.github }} repo-mirror
|
||||
|
||||
- name: Push to BitBucket
|
||||
run: |
|
||||
cd repo-mirror
|
||||
git remote set-url origin ${{ matrix.repo.bitbucket }}
|
||||
git push --mirror --force
|
||||
|
||||
- name: Push to CodeBerg
|
||||
run: |
|
||||
cd repo-mirror
|
||||
git remote set-url origin ${{ matrix.repo.codeberg }}
|
||||
git push --mirror --force
|
||||
|
||||
- name: Push to GitLab
|
||||
run: |
|
||||
cd repo-mirror
|
||||
git remote set-url origin ${{ matrix.repo.gitlab }}
|
||||
git push --mirror --force
|
18
README.md
18
README.md
@ -5,14 +5,16 @@
|
||||
|
||||
## Kayf-Life
|
||||
|
||||
[](https://kayf-life.ru/)
|
||||
[](https://kayf-life.ru/downloads)
|
||||
[](https://github.com/AntinomyCollective/projects)
|
||||
[](https://github.com/AntinomyCollective/projects)
|
||||
[](https://kayf.life)
|
||||
[](https://kayf.life/)
|
||||
|
||||
## Argentum Core
|
||||
|
||||
[](https://argentumcore.ru/)
|
||||
[](https://argentumcore.ru/downloads)
|
||||
[](https://github.com/AntinomyCollective/projects)
|
||||
[](https://github.com/AntinomyCollective/projects)
|
||||
[](https://antinomy-collective.org/)
|
||||
[](https://antinomy-collective.org/)
|
||||
|
||||
## Mirrors:
|
||||
- https://github.com/AntinomyCollective
|
||||
- https://gitlab.com/antinomycollective
|
||||
- https://codeberg.org/AntinomyCollective
|
||||
- https://bitbucket.org/AntinomyCollective
|
20
profile/README.md
Normal file
20
profile/README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# Projects by Antinomy Collective
|
||||
[](https://antinomy-collective.org/)
|
||||
[](https://vk.com/antinomy_collective)
|
||||
|
||||
|
||||
## Kayf-Life
|
||||
|
||||
[](https://kayf.life)
|
||||
[](https://kayf.life/)
|
||||
|
||||
## Argentum Core
|
||||
|
||||
[](https://antinomy-collective.org/)
|
||||
[](https://antinomy-collective.org/)
|
||||
|
||||
## Mirrors:
|
||||
- https://github.com/AntinomyCollective
|
||||
- https://gitlab.com/antinomycollective
|
||||
- https://codeberg.org/AntinomyCollective
|
||||
- https://bitbucket.org/AntinomyCollective
|
Loading…
x
Reference in New Issue
Block a user