What is the goal of Static Site Release Checklist Lab?
Practice verifying a static-site release before and after it goes live on a VPS.
Who should use Static Site Release Checklist Lab?
You have a generated static site and a VPS that should serve it from a timestamped release. The lab asks you to prove the files exist, the current symlink points where you think it points, Nginx accepts the config, DNS reaches the expected host, and the live page returns the expected status before you call the release done.
What is the starter state for Static Site Release Checklist Lab?
A local build folder exists, a remote releases directory exists, and you have a domain that should point at the VPS. You have not yet assumed that the browser is showing the new release.
What is the target finished state for Static Site Release Checklist Lab?
A written release note names the active release, the expected public pages, the HTTP and HTTPS status, the DNS answer, the www behavior, and the rollback target.
What project does Static Site Release Checklist Lab support?
Deploy a Static Site on a VPS
What does Static Site Release Checklist Lab test?
Release folder inspection, current symlink checks, Nginx config validation, DNS, HTTP, HTTPS, www behavior, and rollback notes.
Static Site Release Checklist Lab before-start check 1
Know the site root and the release folder naming pattern.
Static Site Release Checklist Lab before-start check 2
Have a domain, server IP, and SSH access already configured outside this lab.