diff options
author | Lauris BH <lauris@nix.lv> | 2020-03-05 11:55:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 11:55:28 +0200 |
commit | fb76136aecc52d5bc490a87894ca1ea20451f6a3 (patch) | |
tree | e04cd81f71940745b7ebbc75f8cd6aa04da8fd40 /docs/content/doc/advanced/ci-cd.en-us.md | |
parent | 6a57364dc833ceb85e582e79c40c211c67130781 (diff) | |
download | gitea-fb76136aecc52d5bc490a87894ca1ea20451f6a3.tar.gz gitea-fb76136aecc52d5bc490a87894ca1ea20451f6a3.zip |
Add notice for awesome-gitea (#10612)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'docs/content/doc/advanced/ci-cd.en-us.md')
-rw-r--r-- | docs/content/doc/advanced/ci-cd.en-us.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/content/doc/advanced/ci-cd.en-us.md b/docs/content/doc/advanced/ci-cd.en-us.md index 7d22078a9d..7b69d851bd 100644 --- a/docs/content/doc/advanced/ci-cd.en-us.md +++ b/docs/content/doc/advanced/ci-cd.en-us.md @@ -14,9 +14,11 @@ menu: --- # Gitea and CI/CD - **NOTE:** These tools are not endorsed by Gitea. They are listed here for convenience only. +## Hey! This page may be out of date or even removed in the future! :scream: +Instead, check out [awesome-gitea](https://gitea.com/gitea/awesome-gitea/src/branch/master/README.md#user-content-devops)! + ## Listing CI/CD solutions that have integration with Gitea. Following list is not complete, @@ -30,5 +32,6 @@ the purpose is to give a starting point to integrate a CI/CD process with your G - [Buildbot](https://www.buildbot.net/) with [Gitea plugin](https://github.com/lab132/buildbot-gitea) -Others CI/CD solutions that partially can be integrated with Gitea: +Others CI/CD solutions that can partially be integrated with Gitea: + - [Concourse](https://www.concourse-ci.org), see more information at [Concourse community forum](https://discuss.concourse-ci.org/t/concourse-ci-and-gitea-oauth/1475) |