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!

All articles

Displaying posts 205 - 216 of 325 in total

How to Deploy with Git: Web UI, API, and GitHub Actions

Posted in July 2024 

Stop dragging files over FTP. Learn three ways to deploy code directly from your Git repository with DeployHQ — from one-click web deploys to fully automated CI/CD pipelines with zero-downtime releases.

Running application tests during a deployment

Posted in June 2023 

Modern software development processes often encourage, if not mandate, that various levels of tests are written for an application. The majority of popular languages and frameworks have built-in tools to...

Deploying your PHP site with DeployHQ

Posted in May 2023 

One of the most common technologies used on the web today, and for the past few decades, is PHP, or as it was originally known, Personal Home Page. Now, it's...

What are the differences between FTP, FTPS and SFTP?

Posted in May 2023 

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.