Add PAAS files for webhook deployment
This commit is contained in:
parent
eb3d78f687
commit
91d7e6a77d
1
guide/Procfile
Normal file
1
guide/Procfile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
web: sanic --port=${PORT} --host=0.0.0.0 --workers=1 server:app
|
3
guide/requirements.txt
Normal file
3
guide/requirements.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
sanic>=23.6.*
|
||||||
|
sanic-ext>=23.6.*
|
||||||
|
msgspec
|
Loading…
Reference in New Issue
Block a user