Replies: 2 comments 7 replies
-
Thank you for your detailed suggestion! The feature you mentioned falls under the category of CI/CD automated deployment, and at the moment, we don’t have enough resources to fully focus on developing this functionality. However, for your scenario, you can consider using some of the third-party DevOps tools available in the App Store to achieve a more convenient automated deployment process. |
Beta Was this translation helpful? Give feedback.
7 replies
-
@Phlogix I prepared a guide you can check this out, cheers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
建议增加通过 SSH 方式连接 Git 仓库(如 GitHub、Gitea、OneDev)进行部署的功能。这样我们就可以通过一个简单的命令,根据 Git 标签或提交版本,拉取项目的最新代码进行部署。
例如:
dploy deploy v1.0.2
该命令会连接到仓库,拉取指定标签或提交的代码,并自动更新服务器上的项目文件。在部署过程中,有些文件(比如 .env 配置文件)不应该被覆盖。这类重要文件可以放在一个例如 required-setup 的文件夹中。代码拉取完成后,系统可以将这些配置文件复制到正确的位置(比如开发环境或生产环境各自的 .env 文件)。
这个功能将帮助我们实现更加简单和安全的零停机部署。
Btw, I cannot read and speak mandarin yet, that's the hardest language I've ever tried to learn. So if something is not correct, I used to translator.
Beta Was this translation helpful? Give feedback.
All reactions