Articles from March 2020 - DeployHQ Blog

Displaying posts 18 of 8 in total

Automatically deploy your GitLab repository to your FTP server

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

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