是否可以从不同分支部署到其他环境-Rails?

时间:2018-08-18 07:34:03

标签: ruby-on-rails git elastic-beanstalk

我有带有两个分支masterstaging

的Rails应用

我已经与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部署代码

0 个答案:

没有答案