We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy
select
This also relates to #15 — the solution should consider both points.
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.
--default
laika deploy --default
[default_build] ref = origin/master
The text was updated successfully, but these errors were encountered:
edudobay
No branches or pull requests
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 successfullyselect
only deploys an existing buildMaybe make it something like this:
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.The text was updated successfully, but these errors were encountered: