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
| repo_path | null | Leave empty to ato detect the vcs root | Perhaps your repository is somehow specially structured, if that's the case, specify your repository path |
48
+
| allowed_sources |[]|['192.168.1.1', '192.168.1.2', ...]| If you want to secure the deployment process a bit more, whitelist the remote repository IPs |
49
+
| remote | origin || Your remote branch name |
50
+
| git_path | /usr/bin/git || Where is the git binary located |
51
+
| logfile | git-hook || Name of the logfile. It will be stored under storage/logs |
52
+
| service | github |`github`, `gitbucket`| Define your remote git service. This is required to identify the payload |
53
+
| url | git-hook || Define the deployment url. Keep in mind, that the given parameter will be added to your app.url |
83
54
84
-
Define your remote git service. This is required to identify the payload.
85
-
Currently supported: `github`, `gitbucket`
86
-
```
87
-
'service' => 'github',
88
-
```
89
55
90
-
How should your deployment url (git hook) look like? You can be as creative as you want ;)
91
56
If you are concerned someone could guess it, use a more cryptic url such as: `JHFUjhd67567JHFGhsd78236784wegfJHFghdgf`
0 commit comments