Skip to content

Commit

Permalink
update writable deploy recipe to use release_or_current_path (#3449)
Browse files Browse the repository at this point in the history
Updating this task to use release_or_current_path (from #2486)  will allow the writable task to be used outside of deployment
  • Loading branch information
isleshocky77 authored Jan 16, 2023
1 parent a60fd54 commit 6b354c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/deploy/writable.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
throw new \RuntimeException('Absolute path not allowed in config parameter `writable_dirs`.');
}

cd('{{release_path}}');
cd('{{release_or_current_path}}');

// Create directories if they don't exist
run("mkdir -p $dirs");
Expand Down

0 comments on commit 6b354c2

Please sign in to comment.