doc: --exec => --scripts
This commit is contained in:
parent
922cb1f2e5
commit
54ce54ad72
|
@ -200,7 +200,7 @@ Supported tags are:
|
||||||
sudo env PATH="$PATH" \
|
sudo env PATH="$PATH" \
|
||||||
serviceman add --name gitdeploy --system \
|
serviceman add --name gitdeploy --system \
|
||||||
--username app -path "$PATH" -- \
|
--username app -path "$PATH" -- \
|
||||||
gitdeploy run --exec ./scripts/
|
gitdeploy run --scripts ./scripts/
|
||||||
```
|
```
|
||||||
|
|
||||||
## Add Webhooks
|
## Add Webhooks
|
||||||
|
|
Loading…
Reference in New Issue