This is a gist containing several files needed to get Masonite automatically deploying to your servers via GitHub pushes (or releases)
NOTE: This script will have a downtime of a few seconds between deployments. If your application requires no downtime you can see this GIST here for a bit more complex GIST for getting to zero downtime deployments through the use of uWSGI, unix sockets and managed config files
- 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)