Deploy from Gitea to Your Server Automatically
Gitea is a powerful self-hosted Git service, but it lacks built-in CI/CD. Learn how to add automated deployments to your Gitea workflow in under 10 minutes with DeployHQ.
Git Deployment Best Practices: Tips and Techniques. Learn essential Git workflows and best practices for deploying your code with DeployHQ, ensuring smooth and error-free releases.
Gitea is a powerful self-hosted Git service, but it lacks built-in CI/CD. Learn how to add automated deployments to your Gitea workflow in under 10 minutes with DeployHQ.
Step-by-step guide to using Git with Claude Code. Learn how to create commits, resolve merge conflicts, manage pull requests, search git history, and configure attribution settings with real workflow examples.
Git 3.0 is expected by late 2026. Here's everything we know about the release date, SHA-256 migration, Rust requirement, reftable performance gains, and how to prepare.
How to connect Assembla Git, SVN, and Perforce repositories to DeployHQ for automated deployments — including multi-VCS workflows and compliance considerations.
A practical guide to implementing every 12-Factor App principle in real deployments — from storing config in environment variables and treating logs as event streams, to running admin processes as one-off tasks. Includes code examples and DeployHQ setup for atomic deployments, build pipelines, and multi-environment configuration.
Automate Git deployments with DeployHQ for zero downtime. Learn atomic deployments, pre/post hooks, and best practices to keep your website live during updates.
Learn how to easily install Gitea, a lightweight Git repository, on Amazon Lightsail. Step-by-step guide with Nginx setup, SSL, and performance tips. Self-host your Git projects today!
GitLab vs. GitHub 2025: Compare key features, CI/CD, and AI integration to choose the best platform for your development workflow. Find your ideal solution today.
Step-by-step guide to installing GitLab CE/EE on an Ubuntu 24.04 VPS with Let's Encrypt SSL, security hardening, performance tuning, and DeployHQ integration for automated deployments from your self-hosted GitLab instance.
Complete guide to setting up automated Git-based deployments on any VPS with DeployHQ. Learn server hardening, SSH key setup, zero-downtime deployments, webhooks for auto-deploy on every push, and multi-environment workflows.
Learn pull request best practices that actually improve code review quality. Covers PR sizing (why 400 lines is the limit), effective descriptions, reviewer techniques, stacked PRs, and deploy-on-merge workflows with CI/CD integration.
Use Makefiles as a task runner for web projects — dependency chains, parallel execution, environment configs, and integration with deployment pipelines. No C compilation required.