deployphp / deployer

The PHP deployment tool with support for popular frameworks out of the box
https://deployer.org
MIT License
10.41k stars 1.47k forks source link

Move Caddy file in to separate file #3765

Closed MartijnCuppens closed 5 months ago

MartijnCuppens commented 5 months ago

This might be the first step for a better configurable Caddyfile in the future.

SimJoSt commented 1 month ago

Since this change, I am running into the following error when provisioning a new website:

ErrorException  in website.php on line 24:
    file_get_contents(./Caddyfile): Failed to open stream: No such file or directory

Did the change come with additional requirements that need to be fulfilled so the new system works? If not, I'll create a proper bug report issue. Downgrading to v7.3.3 resolved the problem.

antonmedv commented 1 month ago

@MartijnCuppens please take a look!