# Articles from September 2026 - DeployHQ Blog

Displaying posts **1** – **3** of **3** in total

### [How We Deploy DeployHQ.com: GitHub Actions, Docker, and the DeployHQ Action](https://www.deployhq.com/blog/how-we-deploy-deployhq-github-actions-docker)

Posted on 3rd September 2026

The real GitHub Actions + Docker pipeline behind deployhq.com — and why the deploy step hands off to DeployHQ instead of scripting deploys in CI.

### [Using npm in a CI/CD Pipeline: The Complete Guide](https://www.deployhq.com/blog/npm-in-cicd-pipeline)

Posted on 2nd September 2026

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.

### [npm ci vs npm install: Which to Use in Your Build Pipeline](https://www.deployhq.com/blog/npm-ci-vs-npm-install)

Posted on 2nd September 2026

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.

