mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Document that REV is optional
[ci skip]
This commit is contained in:
committed by
GitHub
parent
a522adfecb
commit
62143b1fa1
@@ -725,7 +725,7 @@ APP="$1"; verify_app_name "$APP"
|
||||
|
||||
- Description: Allows you to customize what occurs when an app is received. Normally just triggers an application build.
|
||||
- Invoked by: `dokku git-hook`, `dokku ps:rebuild`
|
||||
- Arguments: `$APP $REV`
|
||||
- Arguments: `$APP $REV` (`$REV` may not be included in cases where a repository is not pushed)
|
||||
- Example:
|
||||
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user