hello,
I understand that "deployment" allows the env specific variable values.
But what if I need to have an env specific variable value during the build?
e,g in "test", i need PORT=1000, but in "dev", PORT=2000.
I currently solved this by adding env specific vars, e.g PORT=$TEST_PORT, but the code is obviously will be quickly unmanageble