DeployHQ is a code deployment platform designed to help you get files from Git, Mercurial & Subversion repositories onto your servers using SFTP, FTP and more!

Tutorials

We like to help people so we try to publish useful tutorials about how to use our products, open source libraries or how to accomplish various design & development tasks.

Displaying posts 1 - 12 of 56 in total

Understanding and Implementing Git LFS with DeployHQ

Posted on Wednesday on the DeployHQ blog

Git Large File Storage (LFS) is an open-source Git extension designed to handle large files efficiently in your repositories. Instead of storing large files directly in your Git repository, Git LFS replaces them with text pointers while storing the actual file contents on a remote server.

Deploying ProcessWire on Vultr with DeployHQ

Posted on Monday 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.

Troubleshooting Deployments on DeployHQ

Posted last Thursday on the DeployHQ blog

Code deployment can feel like navigating a minefield, but it doesn't have to be. As developers, we've all experienced those heart-stopping moments when a deployment goes awry. Whether it's a...

What is a Full Deployment?

Posted last Wednesday on the DeployHQ blog

In the world of application deployment, understanding different deployment strategies is crucial for maintaining efficient and reliable development workflows. While incremental deployments are our default method at DeployHQ, there are times when a full deployment is necessary. Let's explore what full deployments are, when to use them, and how they differ from incremental deployments.

What is an Incremental Deployment?

Posted 14 days ago on the DeployHQ blog

When deploying applications to your servers, efficiency and speed are crucial factors in maintaining a smooth development workflow. At DeployHQ, we offer incremental deployments as our default deployment method, providing significant advantages over traditional full deployments. Let's dive into what incremental deployments are and why they're beneficial for your development process.

Deploy Web Applications Directly From Slack with DeployHQ

Posted 19 days ago on the DeployHQ blog

You've built a blazing-fast web application, and now you want an equally fast way to deploy it. What if you could trigger deployments right from your team's Slack channel? This guide shows you how to set up automated deployments for your web application site using DeployHQ and control everything through Slack. Perfect for teams who want to streamline their deployment workflow!

How to Set Up Git Pull Deployments with DeployHQ

Posted 23 days ago on the DeployHQ blog

Deploying your applications using Git Pull can be an efficient way to manage your deployments, especially when you want to maintain a Git repository on your server. In this guide, we'll walk you through setting up a Git Pull deployment using DeployHQ's Shell deployment target.

Craft CMS vs WordPress: Why Craft is Gaining Ground

Posted 26 days ago 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 on the 18th November 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.

What is Continuous Deployment?

Posted on the 14th November on the DeployHQ blog

In today's fast-paced software development world, delivering value to customers quickly and efficiently is paramount. One of the most powerful ways to achieve this is through Continuous Deployment (CD). But what exactly is it, and how can it benefit your organization? Let's dive in.

What is Continuous Integration?

Posted on the 8th November on the DeployHQ blog

Continuous Integration (CI) is a development practice that automates the integration of code changes from multiple contributors into a single project.

What is a Headless CMS?

Posted on the 7th November on the DeployHQ blog

A headless content management system (CMS) is a content repository that empowers you to deliver content to any frontend or UI. Organizations rely on headless CMS to efficiently manage and distribute content across various channels, including websites, mobile apps, and social media platforms.