This code creates a Cloud Builder
to implement deployment previews in Cloud Run. It is designed to work with the Cloud Build
configurations in cloudbuild-configurations/
.
Use it with the deployment previews tutorial.
docker build --tag deployment-previews:python .
docker run --rm deployment-previews
pytest