vlead / continuous-integration

This repository talks about implementation of continuous-integration project
Other
0 stars 1 forks source link

explore deployment flask app using gunicorn & ngnix #21

Open ksripathi opened 7 years ago

savarmehrotra commented 7 years ago

The app is receiving POST requests from the webhook. The payload contains JSON. From the JSON we are extracting the url and doing the cloning process if the repository isn't already present.

psrikar97 commented 7 years ago

Deployed the flask app using gunicorn and ngnix on the base4 server on port 80

ksripathi commented 7 years ago

@psrikar97 Please document it and update the link here

psrikar97 commented 7 years ago

Documentation can be found at https://github.com/vlead/continuous-integration/blob/srikar_dev/src/deployment/index.org