Cloud Run Deployment Recipe
A deployment prompt that covers Dockerfile checks, commands, and baseline operations.
How to use
Copy the prompt and replace service name, project ID, and region values.
Cloud Run Deployment Prompt
Copy and use
"I want to deploy a FastAPI project to Google Cloud Run. Create an execution-ready deployment plan based on the inputs below. [Inputs] - Project root: [PROJECT_PATH] - Service name: [SERVICE_NAME] - GCP project ID: [GCP_PROJECT_ID] - Region: [REGION] - Auth policy: [ALLOW_UNAUTH] - Environment variables: [ENV_LIST] [Output requirements] 1) Dockerfile checklist 2) Ordered gcloud commands 3) Baseline operations settings (max instances, health endpoint, timeout) 4) Post-deploy verification scenarios 5) Rollback and redeploy steps"
Copy this prompt and paste it into your AI chat.
Command example
gcloud auth login
gcloud config set project my-project-id
gcloud run deploy my-api \
--source . \
--region asia-northeast3 \
--allow-unauthenticated \
--max-instances 3Execution Checklist
0/5 doneRelated Articles
Last updated: February 22, 2026 · Version: v0.0.1
Send Feedback
Opens a new issue page with your message.
Open GitHub Issue