legacy-cli icon indicating copy to clipboard operation
legacy-cli copied to clipboard

Variable set and push, is it possible?

Open hanoii opened this issue 5 years ago • 1 comments

Is it possible to do more than one commands on the single request?

Basically I'd like to deploy a merge as well as setting and environment variable, all on the same push. If this is not possible, maybe add way for the variable to be set without redeploying, so that it only makes sense on the next redeploy.

hanoii avatar Apr 18 '19 16:04 hanoii

Not yet. It's a feature request we have in the queue (an API feature first, then CLI)

It is possible to set environment variables in .platform.app.yaml, if that works for you (if you can commit the value to git).

pjcdawkins avatar Apr 19 '19 13:04 pjcdawkins