# Articles from 2023 - DeployHQ Blog

Displaying posts **1** – **12** of **12** in total

### [Build Pipeline - language version updates](https://www.deployhq.com/blog/build-pipeline-language-version-updates)

Posted on 26th September 2023

We've just pushed an update across our build infrastructure that contains a number of upgrades to the supported languages and tools.

### [What Is Deployment Testing? A Practical Guide to Testing in CI/CD](https://www.deployhq.com/blog/running-application-tests-during-a-deployment)

Posted on 6th June 2023

Deployment testing is the layered set of automated checks that verify a release works mid-pipeline and after cutover. Here's how it fits in CI/CD.

### [Deploy Your PHP Site with DeployHQ: Composer, Laravel, and WordPress](https://www.deployhq.com/blog/deploying-your-php-site-with-deployhq)

Posted on 22nd May 2023

Deploy PHP applications with DeployHQ — from simple sites to Laravel and WordPress. Automate Composer installs, database migrations, and zero downtime releases.

### [What are the differences between FTP, FTPS and SFTP?](https://www.deployhq.com/blog/what-are-the-differences-between-ftp-ftps-and-sftp)

Posted on 10th May 2023

FTP sends data unencrypted, FTPS wraps FTP in TLS, and SFTP tunnels file transfers over SSH. This guide compares all three protocols side by side, shows exactly what attackers see when you use FTP in production, and includes a step-by-step migration path from FTP to SFTP.

### [Private Repository Dependencies: Composer, npm, and SSH Auth Patterns](https://www.deployhq.com/blog/building-your-site-using-dependencies-from-a-private-repository)

Posted on 24th April 2023

Pull private Composer, npm, and Git dependencies into builds without leaking credentials. Machine users, auth.json, .npmrc — patterns that scale.

### [DeployHQ Build Pipeline updates](https://www.deployhq.com/blog/deployhq-build-pipeline-updates)

Posted on 14th April 2023

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

### [Build and Deploy Your Static Site with DeployHQ](https://www.deployhq.com/blog/using-deployhq-to-build-your-static-site)

Posted on 11th April 2023

Deploy static sites built with Astro, Next.js, Hugo, Eleventy, or Gatsby using DeployHQ. Automate builds, cache dependencies, and upload only changed files.

### [How to Handle Database Changes During a Deployment](https://www.deployhq.com/blog/how-do-you-handle-database-changes-during-a-deployment)

Posted on 21st March 2023

Learn how to version-control database schema changes with migrations and run them automatically during deployments using DeployHQ SSH commands.

### [Using DeployHQ with Shared Hosting providers](https://www.deployhq.com/blog/using-deployhq-with-shared-hosting-providers)

Posted on 6th March 2023

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

### [Using Node.js and NPM with the DeployHQ Build Pipeline](https://www.deployhq.com/blog/using-nodejs-and-npm-with-deployhq-build)

Posted on 20th February 2023

Configure Node.js builds in DeployHQ with NPM, pnpm, or Bun. Cache dependencies, set Node versions, and deploy compiled assets automatically.

### [Keeping your DeployHQ account secure](https://www.deployhq.com/blog/keeping-your-deployhq-account-secure)

Posted on 30th January 2023

DeployHQ offers many security configuration options for your account, such as enforcing two factor authentication, IP restricted access, and granular user restrictions.

### [Using zones](https://www.deployhq.com/blog/using-zones)

Posted on 11th January 2023

We’ve recently implemented new functionality for DeployHQ users, which allows for a geographical zone to be selected on a per-project basis. This means deployments will run from a server within...

