Skip to content

reactgraphqlacademy/cloud-run-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use it

You need to edit the proxy and add your target URL

Commands

To deploy you need to run the following commands:

  1. Create a new build
gcloud builds submit --tag gcr.io/GCP_PROJECT_ID/SERVICE_ID
  1. To deploy a build
gcloud beta run deploy --image gcr.io/GCP_PROJECT_ID/SERVICE_ID --platform managed
  1. To run it locally
npm start

About

Proxy running on Google Cloud Run

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published