Skip to content

Add Docker Container and GitHub Workflow for Cloud Run Deployment #2

@bhouston

Description

@bhouston

Add Docker Container and GitHub Workflow for Cloud Run Deployment

We should containerize the documentation site and set up automated deployment to Google Cloud Run.

Tasks:

  • Create a Dockerfile for building the documentation site
  • Add a .github/workflows directory with CI/CD workflow
  • Configure automated builds and deployments to Cloud Run
  • Add documentation on the deployment process

Implementation Details:

  • Use the existing workflows in ../mycoder-websites/.github as a reference
  • The workflow should:
    • Build the Docusaurus site
    • Create a Docker container
    • Push to Google Container Registry
    • Deploy to Cloud Run
    • Handle authentication and secrets properly

Benefits:

  • Automated deployments on changes to main branch
  • Consistent environment for building and serving the documentation
  • Improved reliability and scalability with Cloud Run

References:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions