Skip to content

Commit

Permalink
chore: mirror codeberg
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Sep 7, 2023
1 parent 03c7d8b commit e15e274
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/codeberg-mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Mirror Sync
on:
push:
branches: ["master"]
workflow_dispatch:
schedule:
- cron: "0 */6 * * *"
jobs:
codeberg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: "[email protected]:devthefuture/modjo.git"
ssh_private_key: ${{ secrets.CODEBERG_SSH_PRIVATE_KEY }}
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,16 @@ CQRS kesako ? un peu de lecture:
- no transpiller (no typescript/babel etc...)
- no bullshits
- [@vercel/ncc](https://github.com/vercel/ncc) compilable (faster bootup time and less I/O overhead)


## Contributing:

We welcome contributions! If you encounter a bug or have a feature suggestion, please open an issue. To contribute code, simply fork the repository and submit a pull request.

This repository is mirrored on both GitHub and Codeberg. Contributions can be made on either platform, as the repositories are synchronized bidirectionally.
- Codeberg: [https://codeberg.org/devthefuture/modjo](https://codeberg.org/devthefuture/modjo)
- GitHub: [https://github.com/devthefuture-org/modjo](https://github.com/devthefuture-org/modjo)

For more information:
- [Why mirror to Codeberg?](https://codeberg.org/Recommendations/Mirror_to_Codeberg#why-should-we-mirror-to-codeberg)
- [GitHub to Codeberg mirroring tutorial](https://codeberg.org/Recommendations/Mirror_to_Codeberg#github-codeberg-mirroring-tutorial)

0 comments on commit e15e274

Please sign in to comment.