1. Docs
  2. Pulumi Cloud
  3. Deployments
  4. Using Deployments

Using Pulumi Deployments

    This page provides an overview of how to use Pulumi Deployments to automate your infrastructure deployments.

    Getting Started with Deployments

    Pulumi Deployments are configured on a per-stack basis. To use Deployments effectively, follow these steps:

    1. Configure Deployment Settings: First, set up your deployment settings which include source code location, cloud credentials, environment variables, and build requirements.
    2. Set Up Triggers: Configure how deployment triggers are initiated. A common pattern is to:
      • Run a pulumi preview when a PR is created
      • Run a pulumi up when a PR is merged to main
    3. Expand Your Usage: As you grow more comfortable with Deployments, consider using additional features:

    Automating at Scale

    For teams managing many stacks or platforms serving multiple teams, you can automate Deployments at scale using:

    Additional Resources