How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Trigger Deployments on Git Tags

calendar_today June 5, 2026 person Michael Fallihee domain pulumi

Pulumi Deployments can now be configured to trigger automatically when git tags are pushed, allowing teams to run pulumi up on a stack whenever a version tag like v1.2.0 is created. Tag-based triggers support glob patterns for filtering and work across all five supported VCS integrations including GitHub, GitLab, Bitbucket, Azure DevOps, and custom VCS solutions. The tag name is available to programs via the PULUMI_CI_TAG_NAME environment variable for stamping version information onto deployed resources.

open_in_new Read original post