Publishing Content From Git
Read time: 1 minute(s)
There are two main ways to publish:
- Publish on the client side using the local Git repository and then manually upload the published content to a web server.
- Server Side Building and Publishing by connecting for example integration server to the Git project. For each version branch, a separate server-side job could be created to run when the content is modified on that branch.