Skip to content

Latest commit

 

History

History
 
 

deployment-previews

Cloud Run Deployment Previews

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.

Build

docker build --tag deployment-previews:python .

Run Locally

docker run --rm deployment-previews

Test

pytest