Surge is a one-command CLI static website deployment tool with custom domain, free SSL, and global CDN acceleration, ideal for frontend developers to deploy static sites quickly.
Provider
1 results shownArticle
11 results shownGitLab CI/CD Best Practices: From Beginner to Production-Grade Pipelines
GitLab CI/CD is a full-featured DevOps platform. This article systematically introduces GitLab CI/CD best practices, from pipeline design to security scanning.
Docker Beginner Tutorial: From Installation to Containerized Web Deployment
Docker is the core technology for modern application deployment. This tutorial covers Docker basics, image building, and Docker Compose orchestration.
Docker Compose Multi-Container Deployment: Building Complete Application Orchestration
Docker Compose is the go-to container orchestration tool for local development
Deployment Basics: How a Website Goes from Code to Live
Your code works on your laptop, so how do you let the whole world access it? This guide explains what deployment is with a food-delivery analogy, walks through the full chain from develop, build, test, and release to run, compares five common methods (manual, FTP, Git, CI/CD, containers), and includes a comparison table, answering "what does deploying a website actually mean."
Deploying Node.js with PM2: Process Guarding and Cluster Mode
Guard and manage Node.js production processes with PM2: automatic load balancing via cluster mode, boot persistence, zero-downtime reload, logging and memory monitoring.
MySQL and PostgreSQL in Production: A Basic Tuning Guide
From installation and system parameters to memory tuning, this guide covers production baseline configuration for MySQL 8 and PostgreSQL, including connections, buffer pools, WAL and slow query logs.
Environment Deployment
AI prompt template and resources for Environment Deployment
Server Initialization Script
A complete server initialization script covering security hardening, user creation, firewall, and essential software installation.
Nginx Site Configuration
Three copy-paste Nginx site configurations — static site + HTTPS, PHP-FPM proxy, and Node.js reverse proxy — with a comparison table, go-live commands, and common pitfalls.
Git Auto-Deployment Workflow
Configure automated website deployment using GitHub Actions and Git Hooks — push to deploy workflows.
Docker Compose LAMP Stack
Build a Docker Compose LAMP stack (Nginx + PHP-FPM + MySQL) with a .env file, Nginx-to-PHP routing, troubleshooting notes, and a pre-launch security checklist.