Skip to content

Commit

Permalink
cicd: fix elastic beanstalk deployment (#326)
Browse files Browse the repository at this point in the history
* Procfile command updated for new src layout
  • Loading branch information
korikuzma committed Apr 2, 2024
1 parent 9108982 commit d30acfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn -k uvicorn.workers.UvicornWorker metakb.main:app --timeout 1000 --log-level debug
web: cd src && gunicorn -k uvicorn.workers.UvicornWorker metakb.main:app --timeout 1000 --log-level debug

0 comments on commit d30acfd

Please sign in to comment.