You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**api_key***(required)*: Check to "Project Settings" to find the API key necessary to authenticate the Create Event request.
17
+
-**name***(optional)*: Name of the release, defaults to Deployer release name
18
+
-**name_prefix***(optional)*: a string prefixed to version.
19
+
-**type***(optional)*: Type of the event. Currently supports `release` and `marker`, defaults to `release`.
20
+
-**description***(optional)*: More details about the release.
21
+
-**environment***(optional)*: The environment this release is performed on, otherwise the default environment is used.
22
+
-**service***(optional)*: The service this release is performed on, otherwise the default service of the project is used.
23
+
-**compareAfterMinutes***(optional)*: Defaults to 90 minutes. Specifies the timeframes around the event for which the performance will be compared. Supported values are between 5 minutes and 1440 minutes (one day).
24
+
```php
25
+
deploy.php
26
+
set('tideways', [
27
+
'api_key' => 'Qm8JxL2...'
28
+
]);
29
+
```
30
+
### Suggested Usage
31
+
Since you should only notify Tideways of a successful deployment, the deploy:tideways task should be executed right at the end.
0 commit comments