Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 223 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 223 Bytes

github_hook_deployment

Using github's webhook to automatically deploy this repo

Install dependencies

$ pip install -r requirements.txt

Run the application

$ gunicorn --bind 0.0.0.0 wsgi:application --reload