Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git reset --hard origin/$BRANCH

# Optionally run build or install commands here if needed
# e.g., npm install, yarn install for Node.js projects
uv sync
/home/loki/.local/bin/uv sync || exit

# Restart services using sudo
sudo systemctl restart gunlinux.ru
Expand Down
1 change: 1 addition & 0 deletions gunicorn.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
accesslog = "-"
errorlog = "-"
loglevel = "info"
wsgi_app = "app:create_app()"
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies = [
"gevent>=25.5.1",
"gunicorn>=23.0.0",
"markdown>=3.7",
"psycopg2>=2.9.10",
"python-dotenv>=1.0.1",
]

Expand Down
17 changes: 17 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.