We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbd25b commit 46a2423Copy full SHA for 46a2423
README.md
@@ -123,7 +123,7 @@ Alternatively, you can run the backend and frontend separately:
123
To deploy the app and packages on Google Cloud Platform, run the following command on google cloud run:
124
```bash
125
# Frontend deploy
126
-gcloud run deploy dev-frontend --set-env-vars "VITE_BACKEND_API_URL=" --set-env-vars "VITE_FRONTEND_HOSTNAME=hostname.us-central1.run.app" --set-env-vars "VITE_SEGMENT_API_URL=https://cdn.segment.com/v1/projects/4SGwdwzuDm5WkFvQtz7D6ATQlo14yjmW/settings"
+gcloud run deploy dev-frontend
127
source location current directory > Frontend
128
region : 32 [us-central 1]
129
Allow unauthenticated request : Yes
0 commit comments