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?