From abe67b838bb87ab345dfd0e10f192d896a041dea Mon Sep 17 00:00:00 2001 From: Neeldhara Misra Date: Mon, 20 Jul 2026 15:27:28 +0530 Subject: [PATCH] Document Forgejo deploy webhook --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a92c9dc..41d9e97 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Simply open [Lovable](https://lovable.dev/projects/5ee9d1e7-af25-47e9-ab4c-bdbca The production container is built from `Dockerfile` and serves the Vite output with NGINX, including React Router fallback handling. During the image build, `npm ci` installs the locked dependencies and `npm run ci` runs lint plus the production Vite build. -Dokploy is connected to the `Websites/interactives` Forgejo repository with autodeploy enabled. A push to `main` triggers the Dockerfile CI checks and replaces the running service only after every build step succeeds. +Dokploy is connected to the `Websites/interactives` Forgejo repository through a push webhook with autodeploy enabled. A push to `main` triggers the Dockerfile CI checks and replaces the running service only after every build step succeeds. ## Can I connect a custom domain to my Lovable project?