Skip to content

Commit

Permalink
Merge pull request #12 from KyleTryon/patch-1
Browse files Browse the repository at this point in the history
Add Home URL and Source Code URL
  • Loading branch information
camerondgray authored Mar 23, 2020
2 parents acf92ee + d2a8d3f commit 53e59f9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions orb.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
version: 2.1

description: |
Deploy applications to Convox https://convox.com
Repo: https://github.com/convox/circleci-orb
Deploy applications to Convox
examples:
display:
home_url: https://convox.com
source_url: https://github.com/convox/circleci-orb

examples:
deploy:
description: Deploy your application to Convox using the jobs from this orb
usage:
version: 2.1
orbs:
convox: convox/orb@1.4.1
convox: convox/orb@x.y
workflows:
deploy:
jobs:
Expand All @@ -25,7 +27,7 @@ examples:
usage:
version: 2.1
orbs:
convox: convox/orb@1.4.1
convox: convox/orb@x.y
workflows:
deploy:
jobs:
Expand Down

0 comments on commit 53e59f9

Please sign in to comment.