Specify deploy behavior when modifying environment variables

2 years ago

Allow different options when updating/modifying env variables:

  • Save, rebuild, and deploy: Triggers a new build for a service and deploys it with the new environment variables.

  • Save and deploy: Redeploys a service's existing build with the new environment variables.

  • Save only: Saves the new environment variables without triggering a deploy. A service will not use the new variables until its next deploy.

Solved

1 Replies

2 years ago

You can already do all these things.

  1. alt + shift + enterctrl / cmd + kDeploy latest commit

  2. shift + enter

  3. alt + shift + enter


Status changed to Solved brody over 1 year ago


Loading...