No description
Find a file
Pascal Scholz ec872efa42 Document live deployment status and future update workflow
larpaso.de is now confirmed live (verified 200 OK + valid TLS cert).
Records what was done for Teil B and clarifies the ongoing workflow:
Claude Code can edit/build/push code changes directly, but the
server-side rebuild step still needs to run on the server manually
unless an auto-deploy hook is set up later.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01T8eccP4XnXFJvpSYMm26as
2026-09-12 04:01:17 +02:00
public Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
src Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
.dockerignore Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
.gitignore Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
astro.config.mjs Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
DEPLOYMENT.md Document live deployment status and future update workflow 2026-09-12 04:01:17 +02:00
Dockerfile Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
nginx.conf Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
package-lock.json Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
package.json Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00
tsconfig.json Add Docker deployment setup for static Astro site 2026-09-12 03:21:47 +02:00