Appearance
\
Deploy to Preprod
Preproduction is an independent environment and should not be treated as an alias for production.
Confirm policy
bash
gwebc environment show preprodPlan
bash
gwebc deploy plan <application> --environment preprodApply
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 preprodThe recommended CI model maps a dedicated release branch to preprod rather than allowing that branch to mutate production directly.