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 217 - 228 of 332 in total

How to Keep API Keys Out of Your Git Repository (With Code Examples)

Posted in September 2024 

One git push with a hardcoded API key can compromise your infrastructure. This guide covers .env file setup, language-specific examples, automated secret scanning with git-secrets and truffleHog, and how to deliver secrets to production safely with DeployHQ.

How to Automate Deployments: A Practical Guide (2026)

Posted in August 2024 

Learn how to automate deployments from Git to production with build pipelines, zero-downtime releases, and one-click rollbacks. Includes framework-specific recipes for WordPress, Laravel, Node.js, Django, and static sites.

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.