Pulumi Deployments now supports triggering infrastructure deployments from git tag pushes. Teams can configure tag-based triggers with glob pattern filters (e.g., `v*` to match version tags, `!*-rc*` to exclude release candidates) so that pushing a tag like `v1.2.0` automatically runs `pulumi up` on the target stack. The feature works across all five VCS integrations (GitHub, GitLab, Bitbucket, Azure DevOps, Custom VCS) and exposes the tag name via the `PULUMI_CI_TAG_NAME` environment variable for use in pre-run commands or Pulumi programs. Configuration is available via the Pulumi Cloud console, REST API, or the `pulumiservice.DeploymentSettings` resource.

3m read timeFrom pulumi.com
Post cover image
Table of contents
Why tags?How it worksWorks across every VCS integrationGet started
353 Impressions