From 5978f8d50015373410be8fdc7f694978f41d8c99 Mon Sep 17 00:00:00 2001 From: superlincoln953 <115524074+superlincoln953@users.noreply.github.com> Date: Sun, 7 Apr 2024 00:58:37 +0800 Subject: [PATCH] I Improved Method 1 to enable Automatic update of the user's movie web instance This improved method 1 will ensure that the user's self-hosted instance will be up-to-date with the latest features and bug fixes if the user set it up correctly and not make any mistakes. --- pages/client/deploy.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/client/deploy.mdx b/pages/client/deploy.mdx index 2f93b23..dc8bec0 100644 --- a/pages/client/deploy.mdx +++ b/pages/client/deploy.mdx @@ -22,6 +22,11 @@ title: 'Deploy' - `VITE_BACKEND_URL`: Only set if you have a self-hosted backend. Put in your backend URL. Check out [configuration reference](../client/configuration.mdx) for details. Make sure to not have a slash at the end of the URL. 1. Click "Deploy" +1. Click [here](https://github.com/movie-web/movie-web/fork) to fork the movie-web Github repository +1. Go to Project settings/Git. +1. Disconnect your project's Connected Git Repository. +1. Click the Github button. +1. Connect your own fork of the movie-web Github repository. 1. Congrats! You have your own version of movie-web hosted. 1. You may wish to configure a custom domain - Please consult [the Vercel docs for how to do this](https://vercel.com/docs/getting-started-with-vercel/domains).