Sample containerized Python application to accomplish the following: procure infrastructure in GCP using terraform deploy code to staging and master using Github actions running locally docker-compose up push code to master will trigger staging deployment Adding a tag and pushing it will trigger a production deployment eg. git tag v0.0.1 git push origin v0.0.1 Sample app details: staging: http://34.132.223.213:5001/ prod: http://35.194.28.63:5001/ Application present in the following project: l-gs-gsrd-general Technologies Docker GCP vm instances Terraform Github actions GCP secret management