Quick Deploy

Deploy a single service. For sandboxes with route overrides, use the Sandboxes tab.

Deploy a branch
Credentials are forwarded to the agent for this deploy only.

Maps the container's exposed port to this host port. Leave blank to skip port publishing.

How this works

The agent on the chosen VM does git fetch → checkout → pull, builds the service, and starts the container.

For PHP gateways we skip the build — the apache container serves the bind-mounted repo on the host port you specify.

Credentials are used once for the git operation, then discarded.