Skip to content

\

Deploy to Preprod

Preproduction is an independent environment and should not be treated as an alias for production.

Confirm policy

bash
gwebc environment show preprod

Plan

bash
gwebc deploy plan <application> --environment preprod

Apply

bash
gwebc deploy apply <application> \
  --environment preprod \
  --image ghcr.io/<owner>/<image>@sha256:<digest>

Verify

bash
gwebc deploy show <application> --environment preprod
gwebc deploy history <application> --environment preprod

The recommended CI model maps a dedicated release branch to preprod rather than allowing that branch to mutate production directly.

GWEB K3s Cloud documentation