Skip to content

Commit

Permalink
ci: config gcloud deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Nov 18, 2023
1 parent 618b9bd commit 27b27ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
runtime: python39

instance_class: F4

entrypoint: gunicorn api:app --workers 4 --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:$PORT

0 comments on commit 27b27ba

Please sign in to comment.