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!

Backstage

Tips and tricks about the various things that go on behind the scenes at a UK software development company.

Displaying all 5 posts

Troubleshooting Deployments on DeployHQ

Posted in December 2024 on the DeployHQ blog

Navigate deployment minefields with DeployHQ. Learn to troubleshoot common errors like server errors and timeouts, ensuring smooth and efficient deployments.

What are the differences between FTP, FTPS and SFTP?

Posted in May 2023 on the DeployHQ blog

FTP sends data unencrypted, FTPS wraps FTP in TLS, and SFTP tunnels file transfers over SSH with key-based authentication. Here's how each protocol compares on security, speed, and real-world deployment use — and which one you should choose.

Wiring up Deploy for Websockets (part 1)

Posted in June 2016 on the DeployHQ blog

In the last few weeks we've introduced websockets into Deploy to improve our deployments. In the next couple of posts we'll delve into the how and why of this development.