Skip to content

Conversation

@ChingEnLin
Copy link
Owner

@ChingEnLin ChingEnLin commented Aug 29, 2025

This pull request introduces a new GitHub Actions workflow for continuous deployment to Google Cloud Run. The workflow automates the process of building a Docker image, pushing it to Google Artifact Registry, and deploying it to Cloud Run whenever changes are pushed to the "production" branch.

New CI/CD workflow for Google Cloud Run deployment:

  • Added .github/workflows/google-cloudrun-docker.yml to automate Docker build, push to Google Artifact Registry, and deployment to Cloud Run on pushes to the "dev" branch. The workflow uses Workload Identity Federation for authentication and outputs the deployed service URL.

@ChingEnLin ChingEnLin marked this pull request as ready for review August 29, 2025 11:54
Copilot AI review requested due to automatic review settings August 29, 2025 11:54
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a GitHub Actions CI/CD workflow to automate deployment of a Docker-based application to Google Cloud Run. However, there's a mismatch between the PR description and the actual workflow configuration.

  • Adds a new workflow file for continuous deployment to Google Cloud Run
  • Configures Docker image building and pushing to Google Artifact Registry
  • Sets up deployment for both backend and frontend services with environment variables

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@ChingEnLin ChingEnLin merged commit 3f6099a into dev Aug 29, 2025
3 checks passed
@ChingEnLin ChingEnLin deleted the build/CD_pipeline branch August 29, 2025 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants