How to Host a Rails App on DeployHQ Managed VPS
Provision a Managed VPS in DeployHQ and host a Rails app — Puma + Nginx, Sidekiq workers, asset compilation, and the deployment pipeline.
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!
An insight into the way we run the infrastructure that runs all our services, or news about the DevOps world
Displaying posts 1 - 12 of 214 in total
Provision a Managed VPS in DeployHQ and host a Rails app — Puma + Nginx, Sidekiq workers, asset compilation, and the deployment pipeline.
Neon and Supabase both ship Postgres MCP servers for Claude Code — but only one gives your agent branches with data in them. Setup, limits and gotchas.
Set up SSH keys for Bitbucket step by step: generate an ed25519 key, add it to your account, test the connection, and switch your remote to SSH.
The real GitHub Actions + Docker pipeline behind deployhq.com — and why the deploy step hands off to DeployHQ instead of scripting deploys in CI.
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.
A side-by-side comparison of the three most popular CI platforms, with config examples and how CI tools complement a dedicated deployment platform.
Pushing plugin and theme updates across 40+ client WordPress sites over FTP is a liability. Build a Git-based, staged, rollback-ready agency workflow.
Provision a Managed VPS in DeployHQ and host a Node.js service — systemd, Nginx reverse proxy, environment variables, and zero-downtime deploys.
Provision a Managed VPS in DeployHQ and host a Laravel app — server setup, PHP-FPM + Nginx, queue workers, and the deployment pipeline.
Run BugSink — an open-source, Sentry-SDK-compatible error tracker — on your own $5 VPS. Docker, Postgres, HTTPS, and Git-based auto-deploys.