Add actions runner to DevOps (#149)

Use the actions/runner developed by GitHub with Gitea Actions

Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/149
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: ChristopherHX <christopherhx@noreply.gitea.com>
Co-committed-by: ChristopherHX <christopherhx@noreply.gitea.com>
This commit is contained in:
ChristopherHX 2024-03-05 03:24:06 +00:00 committed by Lunny Xiao
parent 04845c75b5
commit 002eec5386
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances.
### DevOps
- [actions runner](https://gitea.com/ChristopherHX/actions_runner) - Use the actions/runner developed by GitHub with Gitea Actions.
- [agola](https://github.com/agola-io/agola) - Agola: CI/CD Redefined. Built-in Gitea support.(see [``docs``](https://agola.io/tryit/#test-using-a-local-gitea-instance))
- [appveyor](https://www.appveyor.com/) - Gitea receives first-class support in AppVeyor CI.
- [AWS Cloud Integration(webhook-to-s3)](https://github.com/leonli/webhook-to-s3) - Gitea Webhook integration with AWS CodePipeline and CodeBuild by automatically uploading the archive to AWS S3.