I have a Django project. Now I want to publish my project on AWS EC2 instance with Ubuntu AMI. To publish it, I want to use Jenkins as CI/CD pipeline.
I really dont know what are the steps to deploy using Jenkins in AWS. I used normal project to publish it but suing Jenkins to deploy the project is problematic for me. But it is quite helpful than docker build as far I checked