Summary
The var.env for the proxy is provided during the second deployer call. This should be done during the first deployer call.
Details
To provide the var.env for the proxy during the first deployer call, it´s necessary to create the proxy directory. After the directory is created within the first deployer call, the var.env can be copied in this directory during the deployer1 call.
Acceptance criteria
[ ] var.env is provided during the fist deployer call
[ ] var.env isn´t longer provided during second deployer call
Summary The var.env for the proxy is provided during the second deployer call. This should be done during the first deployer call.
Details To provide the var.env for the proxy during the first deployer call, it´s necessary to create the proxy directory. After the directory is created within the first deployer call, the var.env can be copied in this directory during the deployer1 call.
Acceptance criteria [ ] var.env is provided during the fist deployer call [ ] var.env isn´t longer provided during second deployer call