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
{{ message }}
This repository was archived by the owner on Aug 2, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Create a `config.php` file in `config/application` directory :
21
21
'endpoints' => [
22
22
[
23
23
'repository' => 'jbelien/myrepo',
24
-
'branch' => 'master',
24
+
'branch' => 'master', // required for PUSH event
25
25
'run' => '',
26
26
],
27
27
],
@@ -42,4 +42,4 @@ You can provide as many endpoints as needed ! For instance, if you need to use t
42
42
4. Put the link to the webhook in "Payload URL" : something like `http://YOUR_IP_ADDRESS/webhook` ; don't forget to add the `/webhook` after your IP address or domain name !
43
43
5. Choose `application/json` as "Content type"
44
44
6. I suggest to add a token in "Secret" (don't forget to define it in your `config.php` file)
45
-
7. You only need to send the `push` events.
45
+
7. You only need to send the `push`(or `release`) events.
0 commit comments