deployment (dirty)

(Given that django project is ready and /deploy_locally is successfull)

Steps

  1. uv run manage.py tailwind build
  2. uv run manage.py collectstatic (styles.css ends up in staticfiles dir)
  3. git push into the git bare repo on the server
  4. git pull from projects folder on the server
  5. docker compose up --build -d
  6. docker compose restart