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 auto 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 |
54
-
| before_pull |`[]`|`['down', ['some:command', ['arg1' => 1]]]`| If you have any commands that have to be called before a pull event, specify them here |
55
-
| after_pull |`[]`|`['route:clear', ['some:command', ['arg1' => 1]], 'up']`| If you have any commands that have to be called after a pull event, specify them here |
| repo_path |`null`| Leave empty to auto 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 |
54
+
| before_pull |`[]`|`['down', ['cmd', ['arg1' => 1]]]`| If you have any commands that have to be called before a pull event, specify them here |
55
+
| after_pull |`[]`|`['route:clear', ['cmd', ['arg1' => 1]], 'up']`| If you have any commands that have to be called after a pull event, specify them here |
56
56
57
57
58
58
If you are concerned someone could guess it, use a more cryptic url such as: `JHFUjhd67567JHFGhsd78236784wegfJHFghdgf`
0 commit comments