From 7a36926518267f2662bbb0cb28d481ff3c0d1bf3 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 12 Apr 2020 20:29:09 +0200 Subject: [PATCH] [Quick Deploy] Small fix in README --- quick-deploy/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.