AWS Elastic Beanstalk - Using eb to attach git repo to existing EB environment

前端 未结 4 2034
刺人心
刺人心 2021-01-30 11:46

I have an Elastic Beanstalk app and environment already setup. I\'ve just downloaded the Dev Tools CLI/eb on Windows, and would like to use eb to push to said envir

4条回答
  •  逝去的感伤
    2021-01-30 12:17

    Install the EB CLI version 3 or later:

    http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install.html

    Then run

    eb init
    

    Version 3 of the CLI lets you attach a git repo to an existing environment via init.

提交回复
热议问题