[Quick Deploy] Small fix in README
This commit is contained in:
parent
f481da3ee8
commit
7a36926518
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ You have a Git server (like [Gitea](https://gitea.io), but just a bare repo shou
|
||||||
|
|
||||||
```
|
```
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
curl https://your.deploy.server?secret=YOUR_SECRET
|
curl https://your.deploy.server/quick-deploy.php?secret=YOUR_SECRET
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration variables
|
## Configuration variables
|
||||||
|
@ -32,4 +32,4 @@ Here is a alphabetically list of possible configuration variables and if it is n
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
Feel free to contribute if you want to.
|
Feel free to contribute if you want to.
|
||||||
|
|
Loading…
Reference in a new issue