WHAT YOU'LL LEARN
  • what production deployment mode means in Webiny
  • how to designate additional environments as production environments

Overview
anchor

By default, prod and production environments are treated as production environments and deployed using the production deployment mode. In this mode, Webiny deploys a more resilient and performant infrastructure configuration.

If you use additional environments that should also be treated as production (e.g. staging), use Infra.ProductionEnvironments.

Configuration
anchor

webiny.config.tsx

Redeploying After Changes
anchor

After making changes, redeploy by running the webiny deploy command:

Use --env <name> to target a specific environment if needed.