Trigger a pipeline to run from a Git branch, commit or tag

vela

  • Command-line tools for the Vela pipeline.
    More information: <https://go-vela.github.io/docs/reference/cli/>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

vela add deployment --org {{organization}} --repo {{repository_name}} --target {{environment}} --ref {{branch|commit|refs/tags/git_tag}} --description "{{deploy_description}}"

click the source code to copy