Deploy from a single repo to multiple environments 🔀 #89
Robert95Sch
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New deployment flexibility
Before, users were already able to deploy multiple branches of one repository, using them as Staging Deployments. Now, users can build the same branch once - and then deploy it to multiple webspaces. We call this feature Multi Deployments. Each deployment can have a different domain connected. Deploy Now always stores the results of the last build step. If users want to create another deployment, files are instantly deployed without triggering a rebuild.
How to use it
The feature is available for all project types. To create a Multi Deployment, users simply need to click on “add production deployment”, provide a name and, optionally, a domain. You need one project package for each production deployment. The new production deployment clones the actions workflow of the existing ones.
Use cases
Multi deployments eases centralized code management and releases for fleets of websites that share the same code base and only differ in selected directories and productive data. If you are a web professional creating websites at scale, Multi Deployments can increase your productivity.
Beta Was this translation helpful? Give feedback.
All reactions