From e9ac20589688f5b8c1c245dfd953732d935f69b7 Mon Sep 17 00:00:00 2001 From: Dennis de Best Date: Sun, 12 Apr 2020 14:48:51 +0200 Subject: [PATCH] Start mattermost-publication-bundle recipe --- README.md | 1 - .../0.3.0/config/mattermost_publication.yaml | 5 +++++ .../0.3.0/manifest.json | 13 +++++++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) delete mode 100644 README.md create mode 100644 codebuds/mattermost-publication-bundle/0.3.0/config/mattermost_publication.yaml create mode 100644 codebuds/mattermost-publication-bundle/0.3.0/manifest.json diff --git a/README.md b/README.md deleted file mode 100644 index 9a1a42aa..00000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -recipes diff --git a/codebuds/mattermost-publication-bundle/0.3.0/config/mattermost_publication.yaml b/codebuds/mattermost-publication-bundle/0.3.0/config/mattermost_publication.yaml new file mode 100644 index 00000000..07fcf90c --- /dev/null +++ b/codebuds/mattermost-publication-bundle/0.3.0/config/mattermost_publication.yaml @@ -0,0 +1,5 @@ +mattermost_publication: + webhook_url: '%env(MATTERMOST_WEBHOOK_URL)%' + username: ~ + icon_url: ~ + channel: ~ \ No newline at end of file diff --git a/codebuds/mattermost-publication-bundle/0.3.0/manifest.json b/codebuds/mattermost-publication-bundle/0.3.0/manifest.json new file mode 100644 index 00000000..8d63d779 --- /dev/null +++ b/codebuds/mattermost-publication-bundle/0.3.0/manifest.json @@ -0,0 +1,13 @@ +{ + "bundles": { + "Codebuds\\MattermostPublicationBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "MATTERMOST_WEBHOOK_URL": "http://{your-mattermost-site}/hooks/xxx-generatedkey-xxx" + } +} \ No newline at end of file