Site of Czechoslovakian Government
https://czsk.it
- JavaScript 52.2%
- CSS 29.4%
- HTML 18.2%
- Dockerfile 0.2%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| assets | ||
| pix | ||
| .dockerignore | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| index.html | ||
| nginx.conf | ||
| README.md | ||
| robots.txt | ||
| sitemap.xml | ||
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.