-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathenvoyer.php
More file actions
38 lines (30 loc) · 1.06 KB
/
envoyer.php
File metadata and controls
38 lines (30 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php
return [
/*
|--------------------------------------------------------------------------
| Default Project
|--------------------------------------------------------------------------
|
| By default, the Envoyer.io deploy command will deploy the following
| project from the projects configuration array when you do not supply
| a project key as an option to the command.
|
*/
'default' => 'example-project',
/*
|--------------------------------------------------------------------------
| Envoyer.io Projects
|--------------------------------------------------------------------------
|
| This array contains Envoyer.io projects paired with their webhook
| deployment keys. You'll find these keys on the 'Deployment Hooks' tab
| under your Envoyer.io projects.
|
| It is recommended to specify project names in a "slug" format, since
| they can be used as a parameter to the artisan command.
|
*/
'projects' => [
'example-project' => 'webhook_key_here'
]
];