Home > Blockchain >  Automatic deployment of my django website after making changes
Automatic deployment of my django website after making changes

Time:05-22

i have deployed my Django portfolio using nginx server.but now i want a feature in which i make changes to my Github repo and then it will get automatic deployed to my nginx server. how can i do this?. thankyou

CodePudding user response:

Read more about Jenkins this will help you to pull code from the Github webhook and deploy it automatically, you just have to push code on Github. You just have to install it on the server and set up everything.

  • Related