Deployments
How a commit becomes a running application, and what you can do with it afterwards.
A deployment is one build of your application plus the routing that points traffic at it. Gigadrive Network creates a new one for every push, upload, and API call, and gives each its own permanent URL alongside the moving URLs for the branch and for production.
What runs between a commit and a live URL, and how to read the log while it happens.
Build cacheWhat carries over between builds, and what makes the next build cold.
BranchesHow a branch name decides which environment a push deploys to.
Preview deploymentsBranch and pull request URLs, and what is reported back to your Git provider.
EnvironmentsProduction, Preview, and the environments you add yourself.
Inspecting a deploymentThe four tabs on a deployment, and which question each one answers.
RollbacksGetting production back onto an earlier commit, and how the aliases move.
