Deploy the flightforms app to production on forms.flyfun.aero
Use the SSH user and server IP for flyfun.aero deployment from user config.
The project directory on the server is flyfun-forms.
git status)main branchgit log --oneline origin/main..HEADgit push origin mainflyfun-common was updated on PyPI since last deploy, bump the version pin in pyproject.toml (e.g., >=0.1.1) so Docker's layer cache is invalidated.ssh <user>@<server> "cd flyfun-forms && git pull && docker compose up -d --build"
ssh <user>@<server> "docker inspect --format='{{.State.Health.Status}}' flightforms"
curl -s -o /dev/null -w '%{http_code}' https://forms.flyfun.aero/health
ssh <user>@<server> "docker logs --tail 50 flightforms"app user) — data volume must be chowned to matchdocker compose (v2 syntax, NOT docker-compose)