From bd7c0e56b26b38f6fe27b4ee5634df41e6e3e52c Mon Sep 17 00:00:00 2001 From: Kyle Tryon <33272306+KyleTryon@users.noreply.github.com> Date: Tue, 10 Mar 2020 13:39:18 -0400 Subject: [PATCH] Add Home URL and Source Code URL (#14) Display a link to your home page and the orb source natively in the Orb registry as a clickable link. --- src/rollbar/orb.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/rollbar/orb.yml b/src/rollbar/orb.yml index b95a79b..1753fc3 100644 --- a/src/rollbar/orb.yml +++ b/src/rollbar/orb.yml @@ -4,7 +4,10 @@ description: | Commands for calling the Rollbar deploy API. Requires `curl` and `jq` commands to be available. The source for the Orb can be found here: - https://github.com/rollbar/rollbar-orb/tree/master/src/rollbar + +display: + source_url: https://github.com/rollbar/rollbar-orb + home_url: https://rollbar.com/ commands: notify_deploy_started: