YAML examples for Google Cloud Run
Deploy to Google Cloud Run
yaml- action: "Deploy to Cloud Run" type: "GOOGLE_CLOUD_RUN_DEPLOY" integration: "my_integration" application_name: "my-gcp-project" service: "my-service" image: "gcr.io/my-gcp-project/my-image:latest" platform: "MANAGED" region: "us-central1" arguments: "--allow-unauthenticated --memory 512Mi" config_path: "service.yaml"
Simple Cloud Run deployment
yaml- action: "Deploy to Cloud Run" type: "GOOGLE_CLOUD_RUN_DEPLOY" integration: "gcp_integration" service: "my-service" image: "gcr.io/project/image:tag" region: "us-central1"