-
-
Notifications
You must be signed in to change notification settings - Fork 816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when the config_local.yml file is a symlink #7451
Comments
Yes, this is a limitation in Flysystem and nothing we have control over. |
@tameroski What does work in some cases (it works for us when using deployer, but no guarantees), is making the |
Oh, that would be great! Will try that, thanks. |
@tameroski We use Deployer ourselves, and it works nicely.. See this: https://github.com/jadwigo/bolt-deployer-recipe |
Tried to make the whole app/config folder a symlink => working ! Thanks @bobdenotter |
Hi. The symlink directory solution doesnt appear workable to me, as the files in the directory need to be committed to repo (in case of changes, which need to be deployed), with the exception of config_local.yml. Is there a way of defining where the config_local.yml is located and loaded from? |
@baronvertigovongrahamthesecondofsealand No, there isn't, unfortunately. |
If my config_local.yml file is a symlink (to a file in a shared directory, cos i'm deploying Bolt using Capistrano), i got the following error :
Removing the link = site is working
Changing the link for a real file = site is working
Details
Reproduction
Add a config_local.yml file somewhere on your server, and add a symlink to it in your app/config/ directory.
The text was updated successfully, but these errors were encountered: