Skip to content

CIRCLECI-GWP/orb-gcp-cloud-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orb-gcp-cloud-run

CircleCI Orb example for Google Cloud Run

This project demonstrates how to use CircleCI orbs to deploy applications to Google Cloud Run, both fully managed and on GKE with Anthos.

Technologies Used

Environment Variables Required

  • GOOGLE_PROJECT_ID: Your Google Cloud Project ID
  • GCP_PROJECT_KEY: Base64 encoded service account JSON
  • GOOGLE_COMPUTE_ZONE: Target deployment region

Get details on service

gcloud run services describe --platform=managed --region=

Delete the service

gcloud run services delete --platform=managed --region=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published