Skip to content

Unify deploy and select subcommands #22

@edudobay

Description

@edudobay

This also relates to #15 — the solution should consider both points.

  • deploy always yields a new build from a git ref, and then deploys that build, if it completes successfully
  • select only deploys an existing build

Maybe make it something like this:

laika deploy {--select | --ref GIT_REF | --build BUILD_ID }

We could also add a --default option that would fetch the latest version of a git ref (specified in the settings file) and deploy a new build from it.

laika deploy --default
[default_build]
ref = origin/master

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions