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
posta 7 mesi fa297 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 7 mesi fa
  • 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.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande