Deploying to AWS ECS and EKS with DeployHQ Custom Actions
Use DeployHQ Custom Actions to push containers to AWS ECS or EKS — no bastion required. Build, deploy, and roll back from one audited pipeline.
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!
We're avid fans of open source, we use it and contribute hundreds of our own projects to the community. Keep up to date with them all.
Displaying posts 25 - 36 of 40 in total
Use DeployHQ Custom Actions to push containers to AWS ECS or EKS — no bastion required. Build, deploy, and roll back from one audited pipeline.
The Twelve-Factor App methodology is a set of 12 best practices for building modern SaaS applications — created by Heroku engineers from patterns across thousands of production apps. This guide explains each factor (codebase, dependencies, config, backing services, build/release/run, processes, port binding, concurrency, disposability, dev/prod parity, logs, admin processes) with examples.
Self-host DeepSeek-R1 on a VPS with Ollama and Nginx. Hardware sizing, GPU vs CPU, reverse proxy, and automated deploys with DeployHQ.
Learn how to build a complete S3 backup strategy for your servers — automated scripts, scheduling, lifecycle policies, verification, and how to deploy backup scripts with DeployHQ.
Deploy Craft CMS to a Hetzner cloud server with automated zero-downtime deployments via DeployHQ. Step-by-step guide covering DDEV local development, server setup, Project Config workflow, and push-to-deploy automation.
Step-by-step guide to deploying Odoo 19 on Ubuntu 24.04 LTS with PostgreSQL 16, Nginx, SSL, and automated rollback via DeployHQ.
Understand the fundamental aspect of code review. Explore its benefits and learn how to prevent it from becoming a tool for obstruction or personal agendas.
Compare GitHub Flow, GitFlow, GitLab Flow, Trunk-Based Development, and Release Flow — workflows, real-world fit, and trade-offs for 2026 teams.
A detailed comparison of DeployHQ and Deployer for PHP deployment. See feature-by-feature analysis, pricing, ease of use, and which tool fits your team best.
Docker packages your app and its dependencies into a portable container that runs the same on a laptop, in CI, and in production. Here's how it works.
A major advantage of using a CMS like Kirby is the ability to deploy your website directly from a Git repository. Since Kirby uses flat files instead of a database, this includes both your code and content.
Build WordPress plugins with Composer, PSR-4 autoloading, dependency injection, and clean Git deployments — no more dumping everything into one PHP file.