Magento deployments should be boring—in a good way. Learn zero-downtime strategies, build pipelines, safe static content deployment (SCD), and rollbacks that protect uptime and developer sanity.
Want dependable, low-stress deployments? Control Alt Delete can help: https://www.controlaltdelete.dev
Deploying patches is simple for in-house development teams or smaller Agencies maintaining only a few stores. Manually applying patches per project is simple, but doesn’t scale well. Both from time cost and security exposure perspectives.
11 Nov 2025
This post explains how to set up a deployment workflow for a project using Deployer and GitLab Pipelines, including steps to build a new release, package it, and deploy it to a server via SSH. The article outlines creating a custom Docker image, configuring SSH access, and defining a .gitlab-ci.yml file to automate the deployment process. It serves as a guide for developers looking to implement similar workflows.
15 Sep 2025
This repository provides a template for setting up a SOC 2 compliant process using release-please-action on GitHub Actions. The workflow automates version control, changelog generation, pre-release => release creation, deployment and PR comments.
19 Aug 2025
The module answers one of the most common mistakes made when maintaining Magento 2 projects.
Outdated config.php file in the repository leads to serious issues with environment consistency after the deployment.
When your Deployment Configuration is not in line with the codebase, exit code is 1 (ERROR)
17 Mar 2025
At work this week I was updating the deployment scripts for one of our projects
when I realised that Hyva wasn’t generating the app/etc/hyva-themes.json
file on deployment which then caused the pipeline to fail.
12 Nov 2024