Deploying Content Using Git Print

  • 0

Deploying Content Using Git¶

staXscale Dashboard allows you to integrate with Git â the most popular source code management system used by many web developers. You can manage Git repositories and automatically deploy web sites from such repositories to a target public directory. In other words, you can use Git as a transport for initial publishing and further updates.

In staXscale Dashboard, you can add Git repositories of two types depending on the usage scenario:

  1. Using local repository on your workstation. In this case, you send the changes from your local repository to staXscale Dashboard, and then staXscale Dashboard deploys the changes to your web site.

  2. Using remote Git hosting. This scenario may be useful if you already work with some remote repository in GitHub (github.com) or BitBucket (bitbucket.org). You send the changes to this remote repository, and then staXscale Dashboard pulls them from the remote repository and deploys to your web site.

For more details, refer to Git Support.


Was this answer helpful?

« Back