Problems Deploying Flask Application with AWS CodePipeline and CodeDeploy
I’m trying to do a CI/CD project to deploy a Flask application on an EC2 using the aws code pipeline and github, but I’m getting the following error during Deploy step in Code Pipeline. I tried several configurations in the buildspec file and I couldn’t solve it. When accessing the EC2 directory, none of my application files are being loaded. I understand that the error is due to searching for the file and it not existing, and in fact it doesn’t exist.
Problems Deploying Flask Application with AWS CodePipeline and CodeDeploy
I’m trying to do a CI/CD project to deploy a Flask application on an EC2 using the aws code pipeline and github, but I’m getting the following error during Deploy step in Code Pipeline. I tried several configurations in the buildspec file and I couldn’t solve it. When accessing the EC2 directory, none of my application files are being loaded. I understand that the error is due to searching for the file and it not existing, and in fact it doesn’t exist.