diff --git a/quick-deploy/README.md b/quick-deploy/README.md index 0c67d4a..c906310 100644 --- a/quick-deploy/README.md +++ b/quick-deploy/README.md @@ -16,7 +16,7 @@ You have a Git server (like [Gitea](https://gitea.io), but just a bare repo shou ``` #!/bin/sh -curl https://your.deploy.server?secret=YOUR_SECRET +curl https://your.deploy.server/quick-deploy.php?secret=YOUR_SECRET ``` ## Configuration variables @@ -32,4 +32,4 @@ Here is a alphabetically list of possible configuration variables and if it is n ## Contribute -Feel free to contribute if you want to. \ No newline at end of file +Feel free to contribute if you want to.