From 8671963719646e4eae2971e604be2ce34ae409c1 Mon Sep 17 00:00:00 2001 From: dhh Date: Mon, 18 Sep 2023 08:16:38 -0700 Subject: [PATCH] Explain asset bridging --- lib/kamal/cli/templates/deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/kamal/cli/templates/deploy.yml b/lib/kamal/cli/templates/deploy.yml index 8a49462b..a77d714d 100644 --- a/lib/kamal/cli/templates/deploy.yml +++ b/lib/kamal/cli/templates/deploy.yml @@ -73,3 +73,8 @@ registry: # healthcheck: # path: /healthz # port: 4000 + +# Bridge fingerprinted assets, like JS and CSS, between versions to avoid +# hitting 404 on in-flight requests. Combines all files from new and old +# version inside the asset_path. +# asset_path: /rails/public/assets