Skip to content
New issue

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

vela: add page #4942

Merged
merged 12 commits into from
Nov 16, 2020
8 changes: 8 additions & 0 deletions pages/common/vela.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# vela

> Command line tools for vela pipeline.
> More information: <https://go-vela.github.io/docs/>.

- Trigger pipeline to run from git tagged version:

`vela add deployment --org {{git org}} --repo {{repo name}} --target {{dev/stage/prod/other}} --ref refs/tags/{{git tag}} --description "{{Deploy description}}"`