-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
| Q | A |
|---|---|
| Issue Type | Question |
| Deployer Version | 4.0.0 |
| Local Machine OS | Gitlab CI Docker Container (Debian) |
| Remote Machine OS | Ubuntu 14.04 |
Description
I've just updated from Deployer version 3.3.0 to version 4.0.0 and I have a question regarding the DotArray Syntax.
In my deploy scripts I was using env('server.host') to obtain the defined server hostname.
I've changed it to get('server.host') for Deployer 4.0.0, but now I'm getting the following error message:
Configuration parameter `server.host` does not exists.
So, the question is: How can I obtain the server host via the environment variables with Deployer 4.0.0?