如何将配置文件复制到 AWS EB 部署?

How can I copy a config file to an AWS EB deployment?

我已经设置了一个 Node.js / express 应用程序,我正在使用 aws eb 进行部署。

我的配置就是这样设置为特定于环境的。但是,我不想将我的 config.prod.json 放在我的源代码管理中。我怎样才能把它放到我部署的应用程序中?

您可以使用 .ebextensions 文件夹添加一些命令以从任何地方复制其他文件。更多信息:

http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customize-containers.html http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customize-containers-ec2.html