Using npm in a CI/CD Pipeline: The Complete Guide
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.
DeployHQ is a code deployment platform designed to help you get files from Git, Mercurial & Subversion repositories onto your servers using SFTP, FTP, S3, Digital Ocean and more!
Version Control for Node.js Deployments. Git and DeployHQ: Learn how to use Git and DeployHQ to manage and deploy your Node.js projects with precision and control.
Displaying posts 1 - 12 of 18 in total
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 belongs in your build pipeline? npm ci gives faster, reproducible installs from the lockfile. Here's when to use each.
Deploy monorepos with DeployHQ using Nx and Turborepo: selective deployments, build caching, dependency graphs, and efficient multi-project strategies.
Provision a Managed VPS in DeployHQ and host a Node.js service — systemd, Nginx reverse proxy, environment variables, and zero-downtime deploys.
Dockerize a Node.js app with a production-ready multi-stage Dockerfile — non-root user, proper signal handling, layer caching, and deploy integration.
Comparing Mailtrap, SendGrid, and Mailgun for Node.js — setup, deliverability, API workflows, MCP support, and pricing to help you pick the right email API for your next project.
Deploy an EmDash CMS site from Git to your server with DeployHQ build pipeline — covering Node.js setup, database configuration, and automated restarts.
Learn how to deploy serverless applications using DeployHQ. This guide covers AWS Lambda with Serverless Framework, Vercel and Netlify deployments, edge functions, and best practices for serverless architecture.
Jamstack vs traditional CMS: choose Jamstack for speed and security, traditional CMS for real-time edits. A decision framework for 2026.
Deploy Ghost — the open-source publishing platform — on a VPS with Docker, MySQL, Caddy TLS, Mailgun, and continuous deployment via DeployHQ.
Deploy your own Perplexity-style AI search engine on Ubuntu in under an hour. Step-by-step guide using DeployHQ, Gemini 2.0 Flash, Nginx, and PM2.
Deploy Next.js to a VPS with standalone output, PM2, Nginx, and automated deployments via DeployHQ. A production-ready guide covering TLS, zero-downtime restarts, and environment variable management.