Site of Czechoslovakian Government https://czsk.it
  • JavaScript 52.2%
  • CSS 29.4%
  • HTML 18.2%
  • Dockerfile 0.2%
Find a file
Sergei Poljanski f722b7e244
All checks were successful
Build and Deploy / build (push) Successful in 7s
Build and Deploy / deploy (push) Successful in 16s
fix gleb
2026-03-20 14:55:49 +03:00
.forgejo/workflows www fix 2025-12-28 09:05:39 +02:00
assets fix mobile 2026-03-20 14:54:26 +03:00
pix restore atf.jpg from main, rename Gleb to Minister of Glebing 2026-03-20 02:47:53 +03: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 fix accessibility, performance, and security across the site 2026-02-07 03:05:16 +02:00
index.html fix gleb 2026-03-20 14:55:49 +03:00
nginx.conf fix accessibility, performance, and security across the site 2026-02-07 03:05:16 +02:00
README.md automatic cleanup 2025-12-26 16:16:01 +02:00
robots.txt semantic HTML, SEO meta tags, and modern CSS refinements 2026-02-07 03:35:25 +02:00
sitemap.xml semantic HTML, SEO meta tags, and modern CSS refinements 2026-02-07 03:35:25 +02: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.