Deploy pipeline OK
+Served from the platform via Forgejo Actions + Caddy.
Static deploy from e0940758/starter — first push test.
diff --git a/.env b/.env new file mode 100644 index 0000000..0034014 --- /dev/null +++ b/.env @@ -0,0 +1,7 @@ +# Deploy config (NOT secrets) — committed on purpose. See .env.example. +# Secrets go via Forgejo → Settings → Actions → Secrets + RUNTIME_KEYS, never here. + +# nip.io test domain: auto-resolves to the platform IP (154.83.149.72), no DNS setup. +DOMAIN=e0940758-deploycheck.154.83.149.72.nip.io + +# DEPLOY auto-detects to "static" (no Dockerfile in root); BUILD_DIR defaults to dist. diff --git a/index.html b/index.html new file mode 100644 index 0000000..b6e4802 --- /dev/null +++ b/index.html @@ -0,0 +1,27 @@ + + +
+ + +Served from the platform via Forgejo Actions + Caddy.
Static deploy from e0940758/starter — first push test.