You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should record env vars to update in the deployment record; that way if we implement a dry run feature, we could copy only those env vars to the dry environment.
* Extract `findDeployment()` helper. Fixes#801
* Read/write `envVars` in deployment record
* New `envVars` argument to `deployApp()`
* New `listServerEnvVars()` and `updateServerEnvVars()` to list/update env vars en masse.
Fixes#667.
(These are both somewhat bandaids over bigger auth issues but I think they're worth doing)
The text was updated successfully, but these errors were encountered: