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!

Open Source

We're avid fans of open source, we use it and contribute hundreds of our own projects to the community. Keep up to date with them all.

Displaying posts 25 - 36 of 43 in total

Installing cPanel on Ubuntu 22.04 and DeployHQ

Posted in February 2025 on the DeployHQ blog

cPanel requires AlmaLinux, not Ubuntu. This guide covers installing cPanel on a supported OS and recommends free Ubuntu-compatible alternatives like CloudPanel and HestiaCP, with DeployHQ deployment setup.

Managing Application Services with Systemd and Monit

Posted in February 2025 on the DeployHQ blog

Keep your production applications running with Systemd and Monit. Learn service unit configuration, resource monitoring, health checks, email alerts, and how to integrate service management into your DeployHQ deployment workflow.

What is The Twelve‑Factor App Methodology?

Posted in February 2025 on the DeployHQ blog

The Twelve-Factor App methodology is a set of 12 best practices for building modern SaaS applications — created by Heroku engineers from patterns across thousands of production apps. This guide explains each factor (codebase, dependencies, config, backing services, build/release/run, processes, port binding, concurrency, disposability, dev/prod parity, logs, admin processes) with examples.

How to Implement Server Backups with AWS S3

Posted in January 2025 on the DeployHQ blog

Learn how to build a complete S3 backup strategy for your servers — automated scripts, scheduling, lifecycle policies, verification, and how to deploy backup scripts with DeployHQ.

Deploy CraftCMS via DeployHQ on Hetzner Cloud

Posted in January 2025 on the DeployHQ blog

Deploy Craft CMS to a Hetzner cloud server with automated zero-downtime deployments via DeployHQ. Step-by-step guide covering DDEV local development, server setup, Project Config workflow, and push-to-deploy automation.

Deploying Odoo on Ubuntu with DeployHQ

Posted in January 2025 on the DeployHQ blog

This detailed guide will walk you through the complete process of deploying Odoo 18.0 on Ubuntu Server 20.04 LTS with Nginx and PostgreSQL, using DeployHQ.

Code Review: The Dark Side

Posted in January 2025 on the DeployHQ blog

Understand the fundamental aspect of code review. Explore its benefits and learn how to prevent it from becoming a tool for obstruction or personal agendas.