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 13 - 20 of 20 in total

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.

Deploying Kirby with DeployHQ

Posted in November 2024 on the DeployHQ blog

A major advantage of using a CMS like Kirby is the ability to deploy your website directly from a Git repository. Since Kirby uses flat files instead of a database, this includes both your code and content.

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.

Securing Your Deployments: A Checklist Based on OWASP

Posted in September 2024 on the DeployHQ blog

Deployments are the lifeblood of any software development process, but they also present significant security risks. A compromised deployment can lead to data breaches, system downtime, and reputational damage. That’s where the Open Web Application Security Project (OWASP) comes in.

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.