I am building a web app using Python+Flask back-end and I want to deploy on Elastic Beanstalk with Pipelines and Github. I am trying to understand how to create a testing/pre-prod stage where I can see the front-end result before deployment. All resources I have found talk either about source+deploy stages in Pipelines or at most with some build stage for unit tests etc. But what about actually seeing the result on the browser? How can I see that before hitting (manually probably) the Approve/deploy button? Any help would be appreciated, doesn't have to be the full solution, a pointer to web/youtube video should also work. Thanks!
source https://stackoverflow.com/questions/74971951/how-to-check-the-front-end-before-deployment-in-elastic-beanstalk
Comments
Post a Comment