ERROR: Task deploy:vendors failed! - config.php not found #4051
-
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 :/ |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
Hi, do you have
config/config.php
configured inshared_files
?You should move your file into the shared folder and set the file in this array.