Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/amazon-s3/2.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
Amazon web services 如何在没有CodePipeline的情况下将github项目部署到aws_Amazon Web Services_Amazon Elastic Beanstalk - Fatal编程技术网

Amazon web services 如何在没有CodePipeline的情况下将github项目部署到aws

Amazon web services 如何在没有CodePipeline的情况下将github项目部署到aws,amazon-web-services,amazon-elastic-beanstalk,Amazon Web Services,Amazon Elastic Beanstalk,在我所在的地区,没有可用的AWS代码管道 我需要一种方法将我的GitHub项目部署到AWS Elastic Beanstalk 有什么建议吗???如果没有CP,那么可能有代码构建(CB),您可以使用它。CB可以是github 随后,在buildspec.yml中,您将使用EB CLI或AWS CLI“手动”将应用程序部署到EB环境中

在我所在的地区,没有可用的AWS代码管道

我需要一种方法将我的GitHub项目部署到AWS Elastic Beanstalk


有什么建议吗???

如果没有CP,那么可能有代码构建(CB),您可以使用它。CB可以是github

随后,在
buildspec.yml
中,您将使用EB CLI或AWS CLI“手动”将应用程序部署到EB环境中