ERROR: Task deploy:vendors failed! - config.php not found #4051
Answered
by
mrhackcz
dtrezubSV
asked this question in
Help needed
|
Hi! I am trying to deply a Symfony project. After a couple of tries, I'm stuck here: The directories for the releases are being created (1/, 2/, 3/ etc). Is there any way for me to roll over the config.php from the current installation to the new release (or something like this)? I know I could use a task for this, but I have no idea how to reference the previous/current release :/ |
Answered by
mrhackcz
Apr 7, 2025
Replies: 1 comment 2 replies
|
Hi, do you have You should move your file into the shared folder and set the file in this array. |
2 replies
Answer selected by
dtrezubSV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, do you have
config/config.phpconfigured inshared_files?You should move your file into the shared folder and set the file in this array.