Site of Czechoslovakian Government https://czsk.it
  • JavaScript 52.2%
  • CSS 29.4%
  • HTML 18.2%
  • Dockerfile 0.2%
Find a file
Nikita 668edc8123
All checks were successful
Build and Deploy / build (push) Successful in 6s
Build and Deploy / deploy (push) Successful in 14s
mobile adapt and seasons UPD
2025-12-27 12:43:41 +01:00
.forgejo/workflows fix cleanup 2025-12-26 17:13:38 +02:00
assets mobile adapt and seasons UPD 2025-12-27 12:43:41 +01:00
pix another git icon 2025-12-26 11:19:53 +02: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 docker fix 2025-12-07 18:53:02 +02:00
index.html snoflake test 2025-12-27 12:15:56 +01:00
README.md automatic cleanup 2025-12-26 16:16:01 +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.