How to Deploy to Multiple Servers in Parallel (Without Version Drift)
Deploy to multiple servers in parallel or sequentially without version drift. Covers Server Groups, failure handling, and fleet-wide rollback.
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!
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 181 - 192 of 194 in total
Deploy to multiple servers in parallel or sequentially without version drift. Covers Server Groups, failure handling, and fleet-wide rollback.
There may be cases where you don't want some users to be able to deploy to certain servers in a project. For example, you may have a production server that...
Learn how to exclude files from your DeployHQ deployments using exclusion rules and .deployignore. Prevent dependencies, environment configs, test files, and build artifacts from reaching your server.
Automate deployments from Git to Amazon S3 with DeployHQ. Full setup for GitHub, Bitbucket, GitLab, plus R2, Wasabi, and DigitalOcean Spaces.
Stop uploading files to FTP manually. Connect your GitHub, GitLab, or Bitbucket repository to DeployHQ and deploy only changed files automatically — with build pipelines, FTPS encryption, and rollback support.
As you may have seen, GitHub are currently discontinuing their old services integrations and replacing them with webhooks. In the past, users would add one of these to enable automatic...
Before running a deployment, it can be useful to preview the changes that will be deployed, so that you can check to see if any files will be uploaded or...
One of the most useful features of DeployHQ is the ability to monitor a deployment's progress in realtime. With the recently released mobile app, the development team knew this would...
Learn how to set up zero-downtime deployments with DeployHQ using atomic deployment strategies. Step-by-step guide covering symlink-based releases, rollback strategies, and server group deployments.
Cannot connect to your deployment server? This guide walks through every common SSH, SFTP, and FTP connection error in DeployHQ — from firewall timeouts and key authentication failures to permission issues — with step-by-step fixes for each.
Diagnose and fix Git submodule errors fast: missing mappings, "reference is not a tree", SSH auth failures, and the pre-push checks that prevent them.
One of the simplest and yet most useful features in Deploy is the ability to set up automatic deployments from a number of repository hosting services. In this post, we're...