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 25 - 36 of 85 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...

How to add live chat to your website

Posted in June 2019 on the Natterly blog

Adding live chat to your website is actually quite straightforward. You simply need to choose a live chat service and copy a few lines of code onto your website to embed the chat widget itself.

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...