test(deploy): trigger Forgejo Actions deploy flow
Some checks failed
CI / backend (pull_request) Failing after 1m46s
CI / frontend (pull_request) Successful in 3m33s

Trivial Caddyfile change to validate end-to-end deploy:
1. Forgejo Actions builds backend/worker/frontend images
2. Push to ghcr.io via GHCR_PAT
3. SSH deploy to Beget VPS (46.173.16.127:/opt/gendesign)
4. Caddy reload + health check

Revert this commit after successful deploy validation.
This commit is contained in:
lekss361 2026-05-16 00:43:49 +03:00
parent ae0fce3528
commit 6c008f8226

View file

@ -61,3 +61,4 @@ obsidian.gendsgn.ru {
reverse_proxy frontend:3000
}
}
# Test deploy flow 2026-05-15T21:43:32Z