英文:
Deploy multiple projects at a time in one click using Octopus
问题
我们有50多个小项目在不同的服务器上运行。 项目是微服务、Windows应用程序、Angular微前端应用程序和SQL数据库项目的组合。 所有这些项目都是使用Octopus以CICD方式部署的。
我们希望将所有项目从旧服务器迁移到新服务器上。 要在新服务器上部署所有项目,我们需要为每个50多个项目点击部署按钮。 我们能否使用Octopus在一个点击中部署所有项目?
尝试通过Octopus部署不同的应用程序。
英文:
We have 50+ small projects running on different servers. Projects are the combination of microservices, windows applications, angular micro frontend applications, and SQL database projects. All these projects are deployed using Octopus in a CICD manner.
We want to move all of the projects from the old server to the new server. To deploy all of the projects on new servers we need to click on the deploy button for each 50+ project. Can we deploy all the projects in one click using the octopus?
Trying to deploy different applications through the octopus.
答案1
得分: 2
你可以使用部署发布来为不同的项目部署一个发布。
将每个项目的一个步骤放入一个单独的父项目中,然后使用该项目来部署所有子项目。
英文:
You can use the Deploy a Release to deploy a release for a different project.
Put one step for each project into a single parent project and use that to deploy all your child projects.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论