I have a web service running Go, getting it’s configuration from a linked environment group. To make those changes effective, I have been triggering a new deploy for the web service.
I tried using “Save, rebuild, deploy” on the environment group, and then restarting the service, but that didn’t work.
Is there an easier way to get the web service to pick up the env var changes? Or is this the correct approach?
TIA!