Skip to content

Commit

Permalink
Add new code management in the list
Browse files Browse the repository at this point in the history
  • Loading branch information
wmariuss committed Jul 19, 2023
1 parent 2fcf1ce commit 6e7bb38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/links-validator.yml
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
schedule:
# At 09:00 on Monday: https://crontab.guru/#0_9_*_*_1
- cron: "0 9 * * 1"
- cron: "0 9 30 * 0"

jobs:
link_checker:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -204,6 +204,8 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
- [Gogs](https://gogs.io/) - A painless self-hosted Git service.
- [Gitea](https://gitea.io/) - A painless self-hosted Git service.
- [Gitblit](https://github.com/gitblit/gitblit) - Pure Java Git solution for managing, viewing, and serving Git repositories.
- [RhodeCode](https://rhodecode.com/) - Centralized control for distributed repositories. Mercurial, Git, and Subversion under a single roof.
- [Radicle](https://radicle.xyz/) - Radicle is a sovereign peer-to-peer network for code collaboration, built on top of Git.

## Web Servers

Expand Down

0 comments on commit 6e7bb38

Please sign in to comment.