Ability to update env variables on next git deploy
opti21
PROOP

a year ago

It would be nice if I could queue environment variable changes to go along with the next deployment that's auto-triggered by the git repo.

Otherwise currently I have to trigger another deployment right after the auto git deploy.

Solved

9 Replies

a year ago

You can!

Set the environment variable and then save it without deploying by using the shortcut alt + shift + enter

And then when you git push the variable will be applied to that deployment!


opti21
PROOP

a year ago

Y'all are amazing thank you pray emoji


a year ago

No problem!


Status changed to Solved brody about 1 year ago


Status changed to Open opti21 about 1 year ago


opti21
PROOP

a year ago

Just tried it, it doesn't seem to work. I'm on a mac, using chrome, is it another keybind?


opti21
PROOP

a year ago

Apologies, I did it out of order, my bad upside_down_face emoji


a year ago

Haha yeah order is important since you ultimately do need a deploy / redeploy to make the variables available to the app.

  1. Save variables

  2. Git Push


opti21
PROOP

a year ago

Oh, I meant I was doing the key bind in the variable input rather than when the confirm alert at the top was showing.


a year ago

Ah Gotcha.


opti21
PROOP

a year ago

Also, it would be nice to have that in the UI in the 3 dots, because didn't even know it was an option. sweat_smile emoji

Okay back to coding nerd_face emoji


Status changed to Solved brody about 1 year ago


Loading...