From c3b3065722200149bd3205421234df4631e56c0c Mon Sep 17 00:00:00 2001 From: Jonathan Mezach Date: Fri, 24 Feb 2023 10:56:25 +0100 Subject: [PATCH] Add Octopus Deploy plugin to Marketplace Signed-off-by: Jonathan Mezach --- microsite/data/plugins/octopus-deploy.yaml | 10 ++++++++++ microsite/static/img/octopus-deploy.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 microsite/data/plugins/octopus-deploy.yaml create mode 100644 microsite/static/img/octopus-deploy.svg diff --git a/microsite/data/plugins/octopus-deploy.yaml b/microsite/data/plugins/octopus-deploy.yaml new file mode 100644 index 0000000000..a6997e597d --- /dev/null +++ b/microsite/data/plugins/octopus-deploy.yaml @@ -0,0 +1,10 @@ +--- +title: 'Octopus Deploy' +author: jmezach +authorUrl: https://jmezach.github.io/ +category: CI/CD +description: Easily view your Octopus Deploy releases within the Software Catalog +documentation: https://github.com/backstage/backstage/blob/master/plugins/octopus-deploy/README.md +iconUrl: img/octopus-deploy.svg +npmPackageName: '@backstage/plugin-octopus-deploy' +addedDate: '2023-02-24' diff --git a/microsite/static/img/octopus-deploy.svg b/microsite/static/img/octopus-deploy.svg new file mode 100644 index 0000000000..a3f7927617 --- /dev/null +++ b/microsite/static/img/octopus-deploy.svg @@ -0,0 +1 @@ + \ No newline at end of file