DEV Community

Cover image for [Tutorial 🧹] Limit deployments to Platform.sh only when Git tagged
Celeste van der Watt for Platform.sh

Posted on • Edited on

[Tutorial 🧹] Limit deployments to Platform.sh only when Git tagged

Is it possible to only deploy to Platform.sh when a tag is pushed using a source code integration? 🤔

The answer is: with our current source integrations, it's not, but it's also not impossible - and we'll show you how.

Take advantage of your source code management system’s CI/CD platforms. Let's walk you through the steps of creating a GitHub workflow that only pushes your codebase to Platform.sh to deploy changes when a particular tag is pushed.

Follow along with our tutorial: 'limit deployments to Platform.sh only when Git tagged' by reading the articles below 👇

1️⃣ Start with part one here
2️⃣ Next check out part two here
3️⃣ End off with the final installment part three here

Billboard image

Synthetic monitoring. Built for developers.

Join Vercel, Render, and thousands of other teams that trust Checkly to streamline monitor creation and configuration with Monitoring as Code.

Start Monitoring

Top comments (0)

Billboard image

Try REST API Generation for MS SQL Server.

DreamFactory generates live REST APIs from database schemas with standardized endpoints for tables, views, and procedures in OpenAPI format. We support on-prem deployment with firewall security and include RBAC for secure, granular security controls.

See more!

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay