expo / snack

Expo Snack lets you run Expo in the browser.
https://snack.expo.dev
MIT License
372 stars 111 forks source link

[website] Correct service backend patches #382

Closed nicknovitski closed 1 year ago

nicknovitski commented 1 year ago

Why

This fixes deployment.

How

This was surprisingly difficult to find; skaffold deploy is silently exiting with status 1 because kustomize build exits with status 1, but skaffold doesnt expose the error message which kustomize prints. Maybe newer versions of skaffold handle this better.

Test Plan

I ran kustomize build on the staging and production configuration. (CI could detect mistakes like this in future PRs by running that command).