Skip to content

如何更新版本

moeakwak edited this page Apr 30, 2024 · 3 revisions

最后更新版本:0.3.1

使用 Vercel 部署

首先,在 Vercel 的项目设置中,确保 build command 为:next build && pnpm db:migrate

然后,更新你的 Vercel 仓库到此仓库的最新代码。如果你不熟悉 git 操作,请询问 ChatGPT。

使用 Docker 部署

docker compose pull
docker compose up -d
docker compose exec easy-panel yarn docker:db-migrate

注意:版本号如 0.x.y,若 x 变化,则需要执行数据库迁移。

Clone this wiki locally