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!

Tips & Tricks

Our products pack a punch when it comes to features and it would be easy to miss some of them. Here we post helpful tips & tricks about how to use our products & services.

Displaying posts 13 - 24 of 52 in total

DeployHQ Meets DigitalOcean: A Perfect Match for Seamless Deployments

Posted 28 days ago on the DeployHQ blog

We're thrilled to announce a strategic partnership that brings together the power of DeployHQ and DigitalOcean. This integration simplifies the deployment process, allowing you to effortlessly deploy your applications to DigitalOcean droplets directly from your DeployHQ dashboard.

What is CI/CD?

Posted 29 days ago on the DeployHQ blog

In today's fast-paced digital world, software development teams are under constant pressure to deliver high-quality applications quickly and efficiently. Traditional development methodologies often struggle to keep up with the increasing demands of modern software development. This is where Continuous Integration and Continuous Delivery (CI/CD) come into play.

Modern WordPress Plugin Development

Posted on the 17th October 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.

Streamline Your Workflow: Git Deployment Made Easy with DeployHQ

Posted on the 17th October on the DeployHQ blog

Nowadays, efficient deployment processes are crucial for maintaining a competitive edge. Git deployment has emerged as a powerful method for managing and automating code releases, allowing teams to work more collaboratively and deliver updates more rapidly than ever before.

DeployHQ: Mastering Deployment Strategies

Posted on the 10th October on the DeployHQ blog

Deployment strategies play a crucial role in ensuring seamless and efficient software updates. Choosing the right strategy can significantly impact the overall performance, reliability, and user experience of your application. In this blog post, we'll delve into two common deployment strategies: sequential and parallel. We'll discuss when to use each one and highlight why DeployHQ's parallel deployments feature is a game-changer.

CDN and DeployHQ: A Powerful Duo

Posted on the 26th September on the DeployHQ blog

A Content Delivery Network (CDN) is a distributed system of servers spread across the globe. It's designed to deliver web content to users quickly and efficiently, regardless of their location.

Protecting Your API Keys: A Quick Guide

Posted on the 12th September on the DeployHQ blog

API keys are essentially digital keys that grant access to sensitive data and functionalities within your applications. Exposing these keys can lead to serious security breaches, allowing unauthorized individuals to manipulate your systems, steal data, or even launch attacks.

Deploying Your Code with DeployHQ: A Beginner's Guide

Posted on the 9th September on the DeployHQ blog

So, you've written some amazing code and you're ready to share it with the world?Great! Let's dive into how to deploy it effortlessly using DeployHQ. Even if you're new to deployment, don't worry - we'll break it down step-by-step.

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

Posted on the 26th August 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.