Skip to content

Commit fd1d81d

Browse files
committed
Example for maintenance added
1 parent 545dbcf commit fd1d81d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/git-hook.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
| If you have any commands that have to be called before a pull event, specify
151151
| them below.
152152
|
153-
| ['route:clear', ['some:command', ['arg1' => 1]]]
153+
| ['down','route:clear', ['some:command', ['arg1' => 1]]]
154154
|
155155
*/
156156
'before_pull' => [],
@@ -164,7 +164,7 @@
164164
| If you have any commands that have to be called after a pull event, specify
165165
| them below.
166166
|
167-
| ['route:clear', ['some:command', ['arg1' => 1]]]
167+
| ['route:clear', ['some:command', ['arg1' => 1]], 'up']
168168
|
169169
*/
170170
'after_pull' => []

0 commit comments

Comments
 (0)