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 all 10 posts

Code Review: The Dark Side

Posted on Monday on the DeployHQ blog

Code review is a fundamental aspect of modern software development, offering numerous benefits like improved code quality, knowledge sharing, and early detection of issues. However, when misused, code review can become a tool for obstruction, delay, and even personal agendas.

Deploying ProcessWire on Vultr with DeployHQ

Posted in December 2024 on the DeployHQ blog

This guide explains how to set up and deploy ProcessWire using DeployHQ on a Vultr FreeBSD 13.0 server. DeployHQ will automate our deployment process, making it easier to manage updates and deployments. Please also note that this blogpost is similar to the [Guide](https://www.deployhq.com/guides/processwire) already published.

DeployHQ vs. Deployer: A Comparative Analysis of Automated Deployment Tools

Posted in December 2024 on the DeployHQ blog

In the fast-paced world of web development, efficient deployment processes are crucial. Automated deployment tools like DeployHQ and Deployer have become essential for DevOps teams seeking to streamline their workflows, mostly in the PHP world. This article compares these two popular solutions, helping you choose the right tool for your web application deployment needs.

What is Docker?

Posted in November 2024 on the DeployHQ blog

Over the last decade, Docker has revolutionized how software is built, distributed, and operated. Unlike traditional virtual machines (VMs), Docker introduces a lighter, more efficient approach to virtualization by containerizing individual applications. Let's dive deep into what Docker is and why it's become such a fundamental tool in modern software development.

Craft CMS vs WordPress: Why Craft is Gaining Ground

Posted in November 2024 on the DeployHQ blog

As we move further into 2024, the debate between Craft CMS and WordPress continues to evolve. While WordPress still dominates the CMS market with a 43% share, Craft CMS has been steadily gaining traction among developers and businesses looking for a more flexible and secure content management solution. Let's dive into the key differences and developments in this ongoing comparison.

Modern WordPress Plugin Development

Posted in October 2024 on the DeployHQ blog

I wanted to build something that took a more modern structured approach...separates classes into 'single responsibilities'...uses Composer for loading dependencies...is easy to read & extend...Separates HTML from PHP.

5 Ways to Create SSH Keys from the Command Line for DeployHQ

Posted in August 2024 on the DeployHQ blog

SSH keys are essential for securely connecting to your servers. DeployHQ allows you to upload custom SSH keys to manage your deployments. In this blog post, we'll explore 5 different ways to create SSH keys from the command line, each with its own algorithm and configuration options.