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

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay