Skip to content

Google Cloud Run Deployment  #26

@nalin360

Description

@nalin360

Description

Guide and checklist for deploying applications to Google Cloud Run

Checklist

** 1. Add API Test Cases for FastAPI Endpoints**

** 2. DB Hosting** MySQL Version: 8.0

  • Choose hosting provider clever-cloud as discussed
  • Set up a MySQL instance with production-ready configurations.

** 3. Containerization:**

  • Create a Dockerfile that defines the application's container image.
  • Build the Docker image: docker build -t gcr.io/YOUR_PROJECT_ID/YOUR_IMAGE_NAME:latest .
  • Test Docker locally.

** 4. github workflow deploy.yml:**

  • API Test & Deploy to Cloud Run

** 5. Cloud Run Deployment:**

  • Set up the server in Google Cloud Run for production.

Metadata

Metadata

Assignees

Labels

choreMaintenance updates

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions