Using a Gitea Repository in aws code pipeline

0

Is there any possible way of Using Gitea in Codepipeline as there is no option of Gitea as a Source in CodePipeline

abhinav
已提問 7 個月前檢視次數 297 次
1 個回答
0

Hello.

Gitea is not listed in CodePipeline's source action, so it probably cannot be used.
https://docs.aws.amazon.com/codepipeline/latest/userguide/integrations-action-type.html

profile picture
專家
已回答 7 個月前
  • Yes Exactly , So is there any other way to Integrate Gitea with CodePipeline ? I was using Gitea webhook and API Gateway Integrated with Lambda Function to store the Repo in S3

  • If Gitea allows you to use webhooks, I would use Lambda to zip the code to S3. If you can save it to S3, you can use it as a CodePipeline source, so I think that method can be used.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南