skip to Main Content

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

2

Answers


  1. 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.

    Login or Signup to reply.
  2. you can use cicd but recently it is requiered to validate account with credit cart… if you dont have a card can use git hook for auto deployment

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search