Skip to content

Commit

Permalink
Fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Sep 16, 2023
1 parent 88a4006 commit 564461c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NUM_WORKERS=4

cd $DJANGO_DIR

exec poetry run gunicorn "$DJANGO_WSGI_MODULE" \
exec poetry run gunicorn hknweb.wsgi \
-w $NUM_WORKERS \
--log-level debug \
--log-file - \
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_github_actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ PYTHONPATH=$DJANGO_DIR:$PYTHONPATH

cd $DJANGO_DIR

exec poetry run gunicorn "$DJANGO_WSGI_MODULE" --daemon
exec poetry run gunicorn hknweb.wsgi --daemon

0 comments on commit 564461c

Please sign in to comment.