Replies: 1 comment 3 replies
-
Unfortunately the logic for the pull is implemented in the golang code, and it doesn't anticipate this. You could easily implement it as a custom web command though, you've already done the work, and then you'd be in control of the logic and be perfectly happy. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we have two remote environments: Staging and Production. We run the project on a shared hosting server (powered by Plesk). The two environments are simply located in two different directories.
Based on the current documentation we created two provider configurations to pull both environments with
ddev pull
. The only difference between the two configuration files (staging.yaml
andproduction.yaml
) is the environment variableprojectRoot
.Therefore, in our case it would be great if this could be implemented with only one provider configuration (e.g. only
plesk.yaml
orremote.yaml
).Suggestion:
plesk.yaml
:Looking forward to your feedback!
Beta Was this translation helpful? Give feedback.
All reactions