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

前端 未结 4 1949
刺人心
刺人心 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:12

    If you installed with brew install aws-elasticbeanstalk you can find the script at /usr/local/Cellar/aws-elasticbeanstalk/2.5.1/libexec/AWSDevTools/Linux/AWSDevTools-RepositorySetup.sh.

    After you ran it you need to run git aws.config.

提交回复
热议问题