Start mattermost-publication-bundle recipe

This commit is contained in:
Dennis de Best
2020-04-12 15:05:28 +02:00
parent decfe8d812
commit e9ac205896
3 changed files with 18 additions and 1 deletions
-1
View File
@@ -1 +0,0 @@
recipes
@@ -0,0 +1,5 @@
mattermost_publication:
webhook_url: '%env(MATTERMOST_WEBHOOK_URL)%'
username: ~
icon_url: ~
channel: ~
@@ -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"
}
}