Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
从git repo部署,不需要';不要使用aws codedeploy让appspec.yml_Git_Amazon Web Services_Bitbucket_Devops_Aws Code Deploy - Fatal编程技术网

从git repo部署,不需要';不要使用aws codedeploy让appspec.yml

从git repo部署,不需要';不要使用aws codedeploy让appspec.yml,git,amazon-web-services,bitbucket,devops,aws-code-deploy,Git,Amazon Web Services,Bitbucket,Devops,Aws Code Deploy,我有一个没有appspec.yml文件维护的Git回购 在这种情况下如何使用 如何写入文件以从S3URL下载文件?如果没有appspec文件,则无法部署。部署将失败 作为替代方案,您可以将repo打包为zip包,添加appspec,然后注册修订版并部署 Codedeploy部署需要Appspec文件。下面是一些关于将Codedeploy与Github集成的有用文档 谢谢您的评论,但我不能修改源repo。无论如何,我可以触发自动git repo创建,我可以包括appsec文件和一组其他文件。在源

我有一个没有
appspec.yml
文件维护的Git回购

在这种情况下如何使用


如何写入文件以从S3URL下载文件?

如果没有appspec文件,则无法部署。部署将失败


作为替代方案,您可以将repo打包为zip包,添加appspec,然后注册修订版并部署

Codedeploy部署需要Appspec文件。下面是一些关于将Codedeploy与Github集成的有用文档


谢谢您的评论,但我不能修改源repo。无论如何,我可以触发自动git repo创建,我可以包括appsec文件和一组其他文件。在源git主分支中推送更改时,基本上创建一个新的git/bitbucket回购