File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 A live preview of this PR will be available at the URL below and will update on each commit. =
2323 The build takes ~5-10 minutes, and will 404 until finished.
2424
25- https://pr${{ github.event.number }}---site-khswqo4xea-wl.a.run.app/
26-
27- > **Warning**
28- > Until our Cloud Run project is public, only authorized users can view the above URL.
29- > The easiest way to view it authenticated is to run the following proxy command and visit http://localhost:5453
30- >
31- > ```
32- > (gcloud beta run services proxy --project=webcomponents-org-test --region=us-west2 --tag=pr${{ github.event.number }} --port=5453 site \
33- > & gcloud beta run services proxy --project=webcomponents-org-test --region=us-west2 --tag=pr${{ github.event.number }} --port=6453 catalog)
34- > ```
25+ https://pr${{ github.event.number }}---site-24wnpwhcla-uc.a.run.app/
3526 reactions : eyes
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ substitutions:
1313 _IMAGE_URL_CATALOG : us.gcr.io/${PROJECT_ID}/main/catalog:${SHORT_SHA}
1414 _IMAGE_URL_SITE : us.gcr.io/${PROJECT_ID}/main/site:${SHORT_SHA}
1515 _IMAGE_CACHE_TTL : 168h # 1 week
16- _CATALOG_SERVER_AUTH_ID : https://catalog-khswqo4xea-wl .a.run.app
17- _CATALOG_GRAPHQL_URL : https://${_TAG}--- catalog-khswqo4xea-wl.a.run.app /graphql
16+ _CATALOG_SERVER_AUTH_ID : https://catalog-24wnpwhcla-uc .a.run.app
17+ _CATALOG_GRAPHQL_URL : https://new- catalog.webcomponents.org /graphql
1818
1919steps :
2020 # Build catalog Docker image.
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ substitutions:
1313 _IMAGE_URL_CATALOG : us.gcr.io/${PROJECT_ID}/pr/catalog:${SHORT_SHA}
1414 _IMAGE_URL_SITE : us.gcr.io/${PROJECT_ID}/pr/site:${SHORT_SHA}
1515 _IMAGE_CACHE_TTL : 168h # 1 week
16- _CATALOG_SERVER_AUTH_ID : https://catalog-khswqo4xea-wl .a.run.app
17- _CATALOG_GRAPHQL_URL : https://${_TAG}---catalog-khswqo4xea-wl .a.run.app/graphql
16+ _CATALOG_SERVER_AUTH_ID : https://catalog-24wnpwhcla-uc .a.run.app
17+ _CATALOG_GRAPHQL_URL : https://${_TAG}---catalog-24wnpwhcla-uc .a.run.app/graphql
1818
1919steps :
2020 # Build catalog Docker image.
You can’t perform that action at this time.
0 commit comments