How We Deploy DeployHQ.com: GitHub Actions, Docker, and the DeployHQ Action
Posted on
The real GitHub Actions + Docker pipeline behind deployhq.com — and why the deploy step hands off to DeployHQ instead of scripting deploys in CI.
An insight into the way we run the infrastructure that runs all our services, or news about the DevOps world
Posted on
The real GitHub Actions + Docker pipeline behind deployhq.com — and why the deploy step hands off to DeployHQ instead of scripting deploys in CI.
Posted on
How to use npm in a CI/CD pipeline: clean installs with npm ci, dependency caching, testing, npm audit, and deploying Node.js builds reliably.
Posted on
npm ci vs npm install: which belongs in your build pipeline? npm ci gives faster, reproducible installs from the lockfile. Here's when to use each.
Posted on
Deploy monorepos with DeployHQ using Nx and Turborepo: selective deployments, build caching, dependency graphs, and efficient multi-project strategies.
Posted on
A side-by-side comparison of the three most popular CI platforms, with config examples and how CI tools complement a dedicated deployment platform.
Posted on
Pushing plugin and theme updates across 40+ client WordPress sites over FTP is a liability. Build a Git-based, staged, rollback-ready agency workflow.
Posted on
Provision a Managed VPS in DeployHQ and host a Node.js service — systemd, Nginx reverse proxy, environment variables, and zero-downtime deploys.
Posted on
Provision a Managed VPS in DeployHQ and host a Laravel app — server setup, PHP-FPM + Nginx, queue workers, and the deployment pipeline.
Posted on
Run BugSink — an open-source, Sentry-SDK-compatible error tracker — on your own $5 VPS. Docker, Postgres, HTTPS, and Git-based auto-deploys.
Posted on
SSH-ing into your server from a CI job works until it doesn't. Here are the failure modes of deploying over SSH from GitHub Actions — and a steadier way.
Posted on
Run WordPress on AWS the right way: pick EC2, Lightsail, or Elastic Beanstalk, provision your instance, then automate deploys from Git over SSH.
Posted on
Automate Docker container deployment on any VPS with DeployHQ Shell Servers — Git push, build pipeline, immutable image tags, one-click rollback.