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

How to deploy from Bitbucket to Amazon S3

Posted in February 2020 on the DeployHQ blog

As a large hosting provider, Amazon has a number of different methods for storing your website or app. One popular protocol is AWS S3, which can be connected to using...

Track deployments in a Bugsnag project

Posted in May 2019 on the DeployHQ blog

Using our Bugsnag integration, you can send notifications about a new deployment directly to a Bugnsag project as a new release, allowing you to then track exceptions raised against it.

The DeployHQ Build Pipeline

Posted in April 2019 on the DeployHQ blog

In a lot of modern web applications, a number of assets or dependencies are generated separately from your normal development cycle. For example, you might be compiling some JavaScript, fetching...

Setting up zero downtime deployments

Posted in April 2019 on the DeployHQ blog

Traditionally, one problem that occurs during a deployment process is that your site or application might suffer some downtime, especially if a request is made to it while an important...