Skip to content

Commit

Permalink
Create parent folders if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored Jan 11, 2024
1 parent 2e0e62a commit 14e4f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/provision/website.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

desc('Provision website');
task('provision:website', function () {
run("[ -d {{deploy_path}} ] || mkdir {{deploy_path}}");
run("[ -d {{deploy_path}} ] || mkdir -p {{deploy_path}}");
run("chown -R deployer:deployer {{deploy_path}}");

$domain = get('domain');
Expand Down

0 comments on commit 14e4f8f

Please sign in to comment.