Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 459 Bytes

File metadata and controls

24 lines (16 loc) · 459 Bytes

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