---
title: "Why we don’t use a staging environment"
url: https://daily.dev/posts/why-we-don-t-use-a-staging-environment-ji0ehjz74
source_url: https://squeaky.ai/blog/development/why-we-dont-use-a-staging-environment
type: article
source: "Hacker News"
published: 2022-04-04T05:07:23.109Z
updated: 2022-04-04T05:07:23.109Z
reading_time: 4
upvotes: 14
comments: 1
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.

# Why we don’t use a staging environment

**[Hacker News](https://daily.dev/sources/hn)** · 4 min read · 14 upvotes · 1 comments

## Summary

Squeaky uses a flat branching process to ship code to production. We only merge code into the main branch when it is ready to go live. This means we don’t have to wait for changes to be validated in development. We believe it’s helping us to ship faster, and lower the number of issues on production.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://squeaky.ai/blog/development/why-we-dont-use-a-staging-environment>

## Community discussion

Top comments from developers on daily.dev.

**@kkurko** · 0 upvotes

> Interesting approach - I'm working on a big enterprise project and we have staging -> rc -> release flow (really things are even harder), but it works good for us and I don't think that approach suggested it the article will work for really big project. But this is something I will think about organising release processes for smaller projects

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

[View this post on daily.dev](https://daily.dev/posts/why-we-don-t-use-a-staging-environment-ji0ehjz74)
