bot_pozhitki/deploy/run.sh
2026-09-03 19:23:39 +00:00

12 lines
216 B
Bash
Executable file

#!/bin/sh
set -eu
cd /home/snw/bot_save_bablo
set -a
. ./.env
set +a
exec /usr/bin/flock -n /tmp/pozhitki.lock \
/home/snw/bot_save_bablo/.venv/bin/uvicorn app.main:app \
--host 127.0.0.1 \
--port 8765