Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

218
Views
How to push your updated changes to an ec2 instance with django

I have followed the tutorial below and successfully deployed my django app to AWS on ec2.

my configuration is Ubuntu,nginx, gunicorn and supervisor

https://dev.to/subhamuralikrishna/deploying-django-application-to-aws-ec2-instance-2a81

(I have not connected my EC2 to RDS yet)

Now that I have made some changes to my django app and pushed the changes to github, How do I update the changes to my Ec2 instance?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

You need to ssh into your EC2 instance and run git pull so that your working tree in your EC2 is up-to-date with what's on github.

Then, you need to restart your server so that your changes are reflected on the server. For EC2 instances that are served using apache, this can be done by running sudo service apache2 restart.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!