Embarko ยท static path
Static deploy is serving
If you are reading this over HTTPS, the shared Caddy served it from
STATIC_SITES_ROOT — no container was built or scheduled for it.
- Build marker
- static-check-v1
- Loaded at
- —
- Host
- —
- Scheme
- —
What each link proves
- assets/style.css Asset serving. If this page is styled at all, it already passed — the stylesheet is a separate file fetched by relative path.
- about.html Multi-file serving. Proves the whole uploaded tree is published, not just the entry file.
- deliberately-missing.html 404 handling. Should return Caddy’s 404, not a proxy error and not this page. Anything else means routing is falling through somewhere it shouldn’t.
Checked on the server
The browser cannot see these — they are in the verification steps:
- No Nomad job exists for this app. That is the point of the static path.
- A
static-<app>.ymlrouter file appears in Traefik’s dynamic directory. - This app does not appear in
scale-to-zero.yml— there is no container to wake, so a wake router would only break it. - The files land under
versions/<version>/withcurrentpointing at the live one.