This is a gist containing several files needed to get Masonite automatically deploying to your servers via GitHub pushes (or releases)
This GIST uses unix sockets and uWSGI in order to get zero downtime deployment.
- NGINX installed (may or may not be fully configured)
- Python 3 installed and everything needed to run a Masonite application (see Masonite documentation for requirements)