Site of Czechoslovakian Government https://czsk.it
  • JavaScript 52.2%
  • CSS 29.4%
  • HTML 18.2%
  • Dockerfile 0.2%
Find a file
Sergei Poljanski 2cc61ab0c3
All checks were successful
Build and Deploy / build (push) Successful in 7s
Build and Deploy / deploy (push) Successful in 17s
vibing (#14)
Rework by Claude 4.6 Opus

Reviewed-on: #14
2026-03-20 12:15:15 +00:00
.forgejo/workflows www fix 2025-12-28 09:05:39 +02:00
assets vibing (#14) 2026-03-20 12:15:15 +00:00
pix vibing (#14) 2026-03-20 12:15:15 +00:00
.dockerignore docker fix 2025-12-07 18:53:02 +02:00
.gitignore ignore 2025-12-26 15:37:17 +01:00
docker-compose.yml cleanup + www 2025-11-25 05:39:20 +02:00
Dockerfile vibing (#14) 2026-03-20 12:15:15 +00:00
index.html vibing (#14) 2026-03-20 12:15:15 +00:00
nginx.conf vibing (#14) 2026-03-20 12:15:15 +00:00
README.md automatic cleanup 2025-12-26 16:16:01 +02:00
robots.txt vibing (#14) 2026-03-20 12:15:15 +00:00
sitemap.xml vibing (#14) 2026-03-20 12:15:15 +00:00

czsk.it

Deployment

Deployments are automatic on push via Forgejo Actions.

Branch Domain Server Path
main czsk.it /opt/czsk
* {branch}.staging.czsk.it /opt/czsk-{branch}

Branch names are sanitized to a-z0-9 only (lowercase, symbols removed).

Example: fix1/blabla deploys to fix1blabla.staging.czsk.it

Staging environments are automatically removed when the branch is deleted.