diff --git a/microsite/data/plugins/should-i-deploy.yaml b/microsite/data/plugins/should-i-deploy.yaml new file mode 100644 index 0000000000..38e77c310f --- /dev/null +++ b/microsite/data/plugins/should-i-deploy.yaml @@ -0,0 +1,10 @@ +--- +title: Should I Deploy Today? +author: NandoRFS +authorUrl: https://github.com/NandoRFS +category: Humor +description: Can I deploy this plugin if it's Friday? Oh, hell no!!! +documentation: https://github.com/NandoRFS/backstage-plugin-should-i-deploy/ +iconUrl: /img/should-i-deploy-logo.png +npmPackageName: 'backstage-plugin-should-i-deploy' +addedDate: '2023-11-05' diff --git a/microsite/static/img/should-i-deploy-logo.png b/microsite/static/img/should-i-deploy-logo.png new file mode 100644 index 0000000000..311544cf53 Binary files /dev/null and b/microsite/static/img/should-i-deploy-logo.png differ