-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This also relates to #15 — the solution should consider both points.
deployalways yields a new build from a git ref, and then deploys that build, if it completes successfullyselectonly 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/masterMetadata
Metadata
Assignees
Labels
No labels