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
preguntada hace 6 meses274 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace 6 meses
  • 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.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas