Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
renamed: server.py -> hub/server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xinetzone committed Jan 27, 2024
1 parent a5dad59 commit 2f69a14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
- name: Run Hypercorn
run: |
apt-get install nohup
cd hub
nohub hypercorn server:app --bind 0.0.0.0:8000 --workers 4 --log-level info
File renamed without changes.

0 comments on commit 2f69a14

Please sign in to comment.