我有带有两个分支master
,staging
我已经与master一起成功部署到了Elasticbeanstalk,并创建了另一个用于进行登台的环境,并且在我执行eb部署时也想部署登台分支,同时也将Takin主代码也迁移到了envb上(我从s3下载了zip,该zip文件已交付给分期环境)
eb版本-EB CLI 3.14.3(Python 2.7.1)
branch-defaults:
master:
environment: Backend-Production
staging:
environment: Backend--Staging
global:
application_name: DGL-Backend
default_ec2_keyname: aws-eb
default_platform: arn:aws:elasticbeanstalk:us-east-1::platform/Puma with Ruby 2.5
running on 64bit Amazon Linux/2.8.2
default_region: us-east-1
include_git_submodules: true
instance_profile: null
platform_name: null
platform_version: null
profile: eb-cli
sc: git
workspace_type: Application
我不知道它花了太多时间在做什么,请提出一些解决方案?
eb branch
这些命令不能作为eb cli的新版本
我正在从本地git部署代码