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!

Articles from March 2020

Displaying all 8 posts

Automatically deploy your GitLab repository to your FTP server

Posted in March 2020 

Stop dragging files to your FTP server manually. This step-by-step guide shows you how to connect your GitLab repository to DeployHQ and automatically deploy changed files to your FTP server on every git push — including how to compile Sass, TypeScript, and other assets using build pipelines.

Deploying your GitHub repository to an FTP server

Posted in March 2020 

Previously, you may have been updating your website using an FTP client where you drag-and-drop files across to your live or staging site when they've been changed. This can be...