Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I make AWS CodeDeploy to use AWS CodeCommit as a Git repo?

I cant't find any documentation about this! Every example is based on GitHub repos but how can I do this with AWS CodeCommit?

like image 733
José Marcos Avatar asked Aug 05 '15 14:08

José Marcos


People also ask

Is AWS CodeCommit same as Git?

AWS CodeCommit is a secure, highly scalable, fully managed source control service that hosts private Git repositories.


1 Answers

There isn't any direct integration available at this time.

You'll have to checkout your repo locally and then push it to S3. The easiest way to do this is with aws deploy push.

like image 78
Jonathan Turpie Avatar answered Oct 23 '22 18:10

Jonathan Turpie