Koda, ki poganja DJND domek.
-
Main site:
- Best way is to use docker compose and run
docker compose up(seecompose.yaml) djndis the main django project foldercss-compileis the main folder for compiling css with tailwind
- Best way is to use docker compose and run
-
Website redirects:
website-redirectsis a seperate project that handles custom redirects from other domains. Initially used foragrument.danesjenovdan.si, but can be extended for anything else via nginx config.
-
Deployment is setup to run automatically when pushed:
- Production: to the
v3-k8sbranch - Staging: to the
v3-k8s-stagingbranch
- Production: to the
-
Always merge (PRs are created automatically on push to
v3-dev):- from
v3-devtov3-k8s-staging - from
v3-devtov3-k8s
- from
-
DO NOT merge from
v3-k8s-stagingtov3-k8sor any other way around
Old versions of the site are available in git under tags
- v1 (php, retired in 2019)
- v2 (nuxt, retired in 2024)
- v3 (current)