Extra detail in custom domains deployment via webhooks

First deployment needs to happen over HTTP.
This commit is contained in:
Gusted 2026-06-30 00:46:57 +02:00
parent 9868a2e150
commit 5a28ff377f

View file

@ -213,6 +213,8 @@ set a TXT record on the `_git-pages-forge-allowlist` subdomain of your domain wi
**If you deploy from a webhook,**
the webhook **Target URL** should be set to the domain you want to deploy your website to.
For technical reasons, the first deployment needs to go over HTTP and you need to specify the `http://` scheme.
After the first succesful deployment you can change it to the `https://` scheme.
**If you deploy from Forgejo Actions,**
the `site` parameter to the Git-pages action should be set to the URL of your custom domain.