AutoGPT-Next-Web
  • 部署教程(中文版)
  • Deployment tutorial (English version)
  • 如何与上游代码保持同步跟新
  • How to keep up-to-date with upstream code
  • deno代理教程
  • 联网能力配置说明
  • Networking capability configuration description
Powered by GitBook
On this page
  • Deployment tutorial
  • How to synchronize updates in the future

How to keep up-to-date with upstream code

Previous如何与上游代码保持同步跟新Nextdeno代理教程

Last updated 2 years ago

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