---
title: "Trigger Deployments on Git Tags"
url: https://daily.dev/posts/trigger-deployments-on-git-tags-fyddabilf
source_url: https://www.pulumi.com/blog/trigger-deployments-on-git-tags
type: article
source: "Pulumi"
published: 2026-06-05T20:28:54.730Z
updated: 2026-08-24T07:02:57.040Z
tags: ["cicd", "git", "iac", "pulumi"]
reading_time: 3
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Trigger Deployments on Git Tags

**[Pulumi](https://daily.dev/sources/pulumi)** · 3 min read · 1 upvotes · 0 comments

## Summary

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.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.pulumi.com/blog/trigger-deployments-on-git-tags>

## Similar posts on daily.dev

- [Connect Any Git or Mercurial Repo to Pulumi with Custom VCS](https://daily.dev/posts/connect-any-git-or-mercurial-repo-to-pulumi-with-custom-vcs-64cr1bagt) · Pulumi · 0 upvotes · 0 comments
- [Pulumi IAM Expands: Manage Access at Scale with Tags, Roles, and Teams](https://daily.dev/posts/pulumi-iam-expands-manage-access-at-scale-with-tags-roles-and-teams-t4dmxo3pj) · Pulumi · 0 upvotes · 0 comments

---

Tags: [#cicd](https://daily.dev/tags/cicd), [#git](https://daily.dev/tags/git), [#iac](https://daily.dev/tags/iac), [#pulumi](https://daily.dev/tags/pulumi)

[View this post on daily.dev](https://daily.dev/posts/trigger-deployments-on-git-tags-fyddabilf)
