All Articles - DeployHQ Blog

Displaying posts 217228 of 333 in total

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

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

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

What are the differences between FTP, FTPS and SFTP?

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.

DeployHQ Build Pipeline updates

We're pleased to announce a number of major language version changes and new releases to our build pipeline.

Using DeployHQ with Shared Hosting providers

DeployHQ has always been flexible and easy to use with a variety of different servers, with support available for FTP, SSH/SFTP, and other proprietary services and protocols such as AWS...