{{ define "hero" }} {{ partial "hero" (dict "title" .Params.title) }} {{ end }} {{ define "main" }} {{ $pageContext := . }}
{{ with .Params.overview }}

{{ .title }}

{{ .description | markdownify }}

Get Started with Deployments
{{ end }}
Pulumi Deployments Architecture Screenshot
{{ range $item := .Params.quotes.items }}

{{ $item.quote }}

{{ $item.name }}

{{ $item.name_title }}

{{ partial "customer-logo.html" (dict "logo" $item.company) }}
{{ end }}
{{ with .Params.benefits }}

{{ .title }}

{{ .description | markdownify }}

{{ end }}
Get Started with Deployments

{{ .Params.options.title }}

{{ .Params.options.description }}
{{ range $item := .Params.options.items }}
{{ partial "color-icon.html" (dict "icon" $item.icon "icon_color" $item.icon_color) }}
{{ $item.title }}

{{ $item.description | markdownify }}

{{ end }}

Enterprise ready features

{{ partial "color-icon.html" (dict "icon" "eye" "icon_color" "violet") }}
Review Stacks

Automate creation and deletion of dedicated cloud environments for every pull request, enabling cost-effective reviews.

{{ partial "color-icon.html" (dict "icon" "security" "icon_color" "violet") }}
OIDC Support

Use OpenID Connect Configuration to use short-lived tokens issued by Pulumi Cloud to make changes to your cloud resources.

{{ partial "color-icon.html" (dict "icon" "git-merged" "icon_color" "yellow") }}
GitHub Enterprise Support

Integrate Pulumi Deployments into your GitHub Enterprise instance so developers can provision infrastructure through GitHub.

{{ partial "color-icon.html" (dict "icon" "team" "icon_color" "salmon") }}
ChatOps Integration

Get status notifications in Slack and Microsoft Teams for deployment statuses.

{{ partial "color-icon.html" (dict "icon" "buildings" "icon_color" "blue") }}
Self-hosted Runners

Run agents on your own private infrastructure for more control over your Pulumi Deployments.

{{ partial "color-icon.html" (dict "icon" "exchange" "icon_color" "purple") }}
Flexible Webhooks

Program custom workflows using events sent from Pulumi Deployments.

Pricing

{{ "Pulumi Deployments costs $0.01 per deployment minute.
Any charges from Pulumi Deployments are in addition to your Pulumi Cloud edition billing. See [Pricing](/pricing) to learn more." | markdownify }}

Individual

500 included Pulumi Deployments minutes/month

  • 500 included deploy minutes/month
  • Deploy via GitHub, API, and console

Team

$0.01 /
deployminute

3000 included Pulumi Deployments minutes/month

  • Deploy via GitHub, API, and console
  • 5 concurrent deployments
Start trial

No credit card needed.

Enterprise

Custom

Contact us for a demo & quote.

  • Volume pricing available
  • Deploy via GitHub, API, and console
  • 25 concurrent deployments

Business Critical

Custom

Contact us for a demo & quote.

  • Volume pricing available
  • Deploy via GitHub, API, and console
  • GitHub Enterprise integration
  • 150 concurrent deployments
  • Self-hosted runners

{{ .Params.learn.title }}

{{ .Params.learn.description }}
{{ range $item := .Params.learn.items }}
{{ $item.title }}

{{ $item.description | markdownify }}

{{ range $button := $item.buttons }} {{ end }}
{{ end }}
{{ end }}