2
0
Derivar 0

docs: gitdeploy init

Este cometimento está contido em:
AJ ONeal 2020-10-23 16:10:32 -06:00
ascendente b75459d7b3
cometimento 142869ae84
1 ficheiros modificados com 3 adições e 2 eliminações

Ver ficheiro

@ -69,10 +69,10 @@ curl -A MS https://webinstall.dev/gitdeploy | powershell
## Setup with Deploy Scripts
Start by copying from `examples/` to `scripts/`.
Start by initializing your `./scripts` directory.
```bash
rsync -av examples/ scripts/
gitdeploy init
```
```txt
@ -192,6 +192,7 @@ go build -mod=vendor -tags nobitbucket,nogithub .
Supported tags are:
- nogithub
- nogitea
- nobitbucket
## Run as a System Service