The server systemd configuration is already setup - just do
git pull
systemctl restart repcheck
Configuration lives at /etc/systemd/system/repcheck.service
or just
systemctl show repcheck -p FragmentPath
Need to set these on-server (don't check into git obv)
# .env
PLURAL_API_KEY = "abcdef"
POSTGRES_DB_PASSWORD = "abcdef"
uvicorn app.main:app --reload