improve usage summary
This commit is contained in:
parent
5fe473bf74
commit
64cc7492ad
11
README.md
11
README.md
|
@ -2,6 +2,11 @@
|
|||
|
||||
**gitdeploy** is an app for continuous deployment of static websites.
|
||||
|
||||
1. Point a domain to a server running `gitdeploy`
|
||||
2. [Set git webhooks](#add-webhooks) (Github, Gitea, Bitbucket, etc)
|
||||
3. Create [build & deploy scripts](#setup-with-deploy-scripts) from the examples
|
||||
4. Profit (when you push, the build will kick off)
|
||||
|
||||
## Features
|
||||
|
||||
**gitdeploy** is intended for use with static websites that are generated after
|
||||
|
@ -53,7 +58,7 @@ Usage of gitdeploy run:
|
|||
## Install
|
||||
|
||||
You can download `gitdeploy` from the Github Releases API and place it in your PATH,
|
||||
or install it with [Webi](https://webinstall.dev) ([webinstall.dev](https://webinstall.dev)):
|
||||
or install it with [Webi](https://webinstall.dev) ([webinstall.dev/gitdeploy](https://webinstall.dev/gitdeploy)):
|
||||
|
||||
**Mac**, **Linux**:
|
||||
|
||||
|
@ -67,6 +72,10 @@ curl -sS https://webinstall.dev/gitdeploy | bash
|
|||
curl -A MS https://webinstall.dev/gitdeploy | powershell
|
||||
```
|
||||
|
||||
**Manual Install**
|
||||
|
||||
See <https://github.com/therootcompany/gitdeploy/releases>.
|
||||
|
||||
## Git SSH Deploy Keys and Tokens
|
||||
|
||||
All of the clone URLs are HTTPS clone URLs.
|
||||
|
|
Loading…
Reference in New Issue