docs: gitdeploy init
This commit is contained in:
parent
b75459d7b3
commit
142869ae84
|
@ -69,10 +69,10 @@ curl -A MS https://webinstall.dev/gitdeploy | powershell
|
||||||
|
|
||||||
## Setup with Deploy Scripts
|
## Setup with Deploy Scripts
|
||||||
|
|
||||||
Start by copying from `examples/` to `scripts/`.
|
Start by initializing your `./scripts` directory.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
rsync -av examples/ scripts/
|
gitdeploy init
|
||||||
```
|
```
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
|
@ -192,6 +192,7 @@ go build -mod=vendor -tags nobitbucket,nogithub .
|
||||||
Supported tags are:
|
Supported tags are:
|
||||||
|
|
||||||
- nogithub
|
- nogithub
|
||||||
|
- nogitea
|
||||||
- nobitbucket
|
- nobitbucket
|
||||||
|
|
||||||
## Run as a System Service
|
## Run as a System Service
|
||||||
|
|
Loading…
Reference in New Issue