If you deploy your project with one click through Vercel, you will not be able to synchronize updates with the upstream code well, and can only redeploy. This is because Vercel will create a new project for you by default instead of forking the project. It is recommended that you redeploy it through the following steps, and you can synchronize the upstream code later, without going through the entire redeployment process
Deployment tutorial
1、Enter the project and click the fork button in the upper right corner
2、Open vercel's website and click "add new" - "project" in the upper right corner
3、select the project just forked, import
4、Expand " Environment Variables ", fill in "OPENAI_API_KEY" in the first box, fill in your own openAI 's API key in the second box, and then click add
5、Click the deploy button and wait for a moment to deploy successfully
How to synchronize updates in the future
1、Find the fork project "AutoGPT-Next-Web" in your repository and click "sync fork"
2、After syncing, go back to the Vercel website, find the project you just deployed, click Enter, and find the button shown in the picture, click Enter
3、Click the three dots on the left of “visit”, find the redeploy button, and click
4、wait a moment to redeploy successfully, this way do not have to re-go all the deployment process, you can keep up with the upstream code updates