class Envirobly::Config

def to_deployment_params

def to_deployment_params
  {
    environ: {
      logical_id: @environment,
      project_url: @project_url
    },
    commit: {
      ref: @commit.ref,
      time: @commit.time,
      message: @commit.message
    },
    config: @result,
    raw_config: @raw
  }
end