Skip to content

Let a deploy hook create multiple targets #84

@aleclarson

Description

@aleclarson

When a deploy hook has its explode method defined, it can derive multiple targets from its props/state.

// Must return an array of objects.
explode({ files }) {
  // Create a target for each file object.
  return files
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestsaus deployRelated to the "deploy" command

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions