static-html-deploy

Automate static HTML site deployment with Caddy and nginx on Linux.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/Piaoxuemoli/qoobeeHermes --skill static-html-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: static-html-deploy
Source: https://github.com/Piaoxuemoli/qoobeeHermes/tree/main/hermes/skills/devops/static-html-deploy
Command: npx skills add https://github.com/Piaoxuemoli/qoobeeHermes --skill static-html-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of deploying static HTML sites, providing standard operating procedures (SOPs) for Caddy and nginx deployment, ensuring consistent and efficient deployment practices.

Core Features & Use Cases

  • Caddy Deployment: Automates deployment to Caddy using Docker, handling both HTTP and HTTPS.
  • Nginx Deployment: Guides deployment through a separate port for standalone sites.
  • Pitfalls Avoidance: Includes a comprehensive list of common pitfalls and solutions to ensure successful deployment.
  • Use Case: Deploy a new static HTML site using the recommended procedures, ensuring it's accessible over the web.

Quick Start

Deploy your static HTML site by following the instructions for Caddy or nginx deployment.

Frequently Asked Questions about static-html-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a static HTML site using Caddy and Docker?

To deploy a static HTML site using Caddy, this Skill provides standard operating procedures that automate Docker configurations, handling both HTTP and HTTPS deployment scenarios efficiently.

What is the best way to deploy static HTML sites on nginx without port conflicts?

Deploying static HTML sites on nginx is handled through standard operating procedures that configure a separate port for standalone sites, specifically avoiding port conflicts during the deployment directory setup.

Does this static site deployment SOP support Linux platforms?

Yes, the static site deployment SOPs for Caddy and nginx support the Linux platform, emphasizing HTTP(S) deployment scenarios and static site management to ensure successful web accessibility.

How do I avoid common pitfalls during HTML site configuration?

To avoid common pitfalls during HTML site configuration, the deployment SOPs include a comprehensive list of common issues and solutions, ensuring consistent and efficient deployment practices across Caddy and nginx.

Caddy vs nginx for static site deployment: which approach does this SOP recommend?

The SOP recommends Caddy for automated Docker deployments handling HTTP and HTTPS, while nginx guides deployment through a separate port for standalone sites, distinguishing the two approaches for static HTML management.

Why does my static HTML deployment fail due to configuration errors?

Static HTML deployment failures due to configuration errors are addressed by the included SOPs, which handle specific configurations, port conflicts, and deployment directory setup to prevent common pitfalls.