【问题标题】:deploy directly from Bitbucket to AWS Elastic Beanstalk直接从 Bitbucket 部署到 AWS Elastic Beanstalk
【发布时间】:2014-11-12 01:25:50
【问题描述】:

如何将我的最新位(在本例中为 nodejs 应用程序)从 Bitbucket 部署到 AWS Elastic Beanstalk。

我想避免从我的本地系统执行 git aws.push,因为这会推送整个 repo,这在低带宽情况下可能会非常缓慢。

我希望能够在本地提交我的更改,然后推送到 Bitbucket。然后触发从 Bitbucket 到 Elastic Beanstalk 部署的部署。

任何帮助将不胜感激。我很想避免为此而注册第三方服务,但如果有必要,我会欢迎建议

【问题讨论】:

  • 你最终做了什么来让它工作?我在同一条船上。

标签: node.js amazon-web-services github bitbucket amazon-elastic-beanstalk


【解决方案1】:

只有第一个 git aws.push 已满。其他都是增量的。

但是,它提出了一个有趣的问题。以下是一些想法:

【讨论】:

    【解决方案2】:

    今天(2020 年)答案已经过时了。目前存在 Bitbucket 管道,并且有相当好的文档:

    https://support.atlassian.com/bitbucket-cloud/docs/deploy-to-aws-with-elastic-beanstalk/

    【讨论】:

    • 看起来整个 zip 文件仍在上传中。检查 ZIP_FILE 强制参数。
    猜你喜欢
    • 2020-04-11
    • 1970-01-01
    • 2015-09-20
    • 2020-08-14
    • 2020-03-24
    • 2020-07-03
    • 2020-08-02
    • 2014-12-25
    • 2014-10-30
    相关资源
    最近更新 更多