logo hsb.horse
← Back to tag index

Tags

#deployment

Blog posts, snippets, and glossary entries related to "deployment", gathered in one place.

Entries 3
  1. Glossary
    Drain

    Drain is a transition or shutdown procedure that stops accepting new requests or jobs while safely finishing only the work already in progress.

  2. Blog
    How to configure subdirectory routing with Cloudflare Workers

    Configuration steps for deploying an Astro project under a subdirectory with Cloudflare Workers. Organized how to adjust wrangler.json and astro.config.

  3. Blog
    A Deployment Script for Serving an SPA with CloudFront + S3

    A practical deployment script for serving an SPA from S3 behind CloudFront. This article organizes cache-control settings, a blue-green style deployment layout, and rollback steps.