-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Hotfix/v7.4.0: Fixes caddyfile and realpath errors in provision:website #3837
Conversation
Moved the directory creation and ownership setting code before the file read operation to prevent the file read error.
* origin/master: (40 commits) Improve the configuration options console output in provision:configure (deployphp#3840) Update Craft CMS deploy recipe (deployphp#3839) [automatic] Update docs with bin/docgen Update provision.php Feature/UI enhancements (deployphp#3835) Hotfix/v7.4.0: Fixes caddyfile and realpath errors in provision:website (deployphp#3837) [automatic] Update docs with bin/docgen docs(recipe/shopware): add code syntax highlighting (deployphp#3834) [automatic] Update docs with bin/docgen docs(recipe/magento2): fix typo in conccurent (deployphp#3830) [automatic] Update docs with bin/docgen magento2 theme processing fix for 3786 (deployphp#3818) use md5 of task name for section id in gitlab ci (deployphp#3817) [automatic] Update docs with bin/docgen Magento 2: Changed upgrading database (deployphp#3812) [automatic] Update docs with bin/docgen Shopware: Added `deploy:update_code` (deployphp#3816) [automatic] Update docs with bin/docgen Update nodejs to LTS version (deployphp#3815) Update LICENSE ...
I'm still getting this error with symfony even on 7.4, had to downgrade to "deployer/deployer": "7.3.3", |
Hi, this is because this PR isn't in a release yet. @antonmedv Any chance to make a minor release with the bugfix? Thanks |
Will release. |
Any news on this release? Also having to use 7.3.3 in the meantime. |
There should be and var to allow to specify the caddyfile to use, if var is not set then use the default file, I was using a custom caddyfile and this update was a problem for me. |
This is a good idea. We can create a dir with all needed configuration go there. Like |
Bug fix: Fixes 2 bugs. Related issue: #3836
New feature: No features were added in this issue.BC breaks: No backward compatibility breaks in this release.Tests added: No new tests were added in this release.Docs added: No new documentation was added in this release.