diff --git a/deploy.php b/deploy.php index b2201c2..ad20105 100644 --- a/deploy.php +++ b/deploy.php @@ -37,7 +37,7 @@ run("cd {{release_path}} && {{bin/npm}} run {$command}"); }); task('perm:fix', function () { - run("chown -R nginx:nginx /opt/PriceyBotPanel"); + run("chown -R nginx:nginx /opt/PriceyBotPanel/{current,release,shared}"); });