Skip to content

Commit

Permalink
Add required files to Release file in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
eloravpn committed Nov 4, 2024
1 parent 3edc234 commit e2d9ccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
zip -r elora-vpn-backend.zip \
static/ \
main.py \
.env.example \
alembic.ini \
requirements.txt \
src/
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
ssl_certfile=UVICORN_SSL_CERTFILE,
ssl_keyfile=UVICORN_SSL_KEYFILE,
forwarded_allow_ips="*",
workers=1,
workers=2,
reload=DEBUG,
use_colors=True,
log_config=log_config,
Expand Down

0 comments on commit e2d9ccb

Please sign in to comment.