Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Google Cloud CI #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

0916dhkim
Copy link

Setup continuous integration pipeline with GitHub Actions and Google Cloud Run.

Overview of pipeline

  • When a commit is pushed to main branch, deploy workflow is triggered by GitHub Actions.
  • deploy workflow builds client & server docker images and uploads it to Google Cloud Container Registry.
  • deploy workflow deploys the uploaded images to Google Cloud Run.

Extras

  • Add docker-compose.yml file for easy local testing.
  • Setup reverse proxy for API routes.

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.

1 participant