简体   繁体   English

如何使AWS CodeDeploy能够将AWS CodeCommit用作Git存储库?

[英]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 ? 每个示例都基于GitHub存储库,但是如何使用AWS CodeCommit实现呢?

There isn't any direct integration available at this time. 目前没有任何直接集成。

You'll have to checkout your repo locally and then push it to S3. 您必须在本地签出您的存储库,然后将其推送到S3。 The easiest way to do this is with aws deploy push . 最简单的方法是使用aws deploy push

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM