Biiig feex
All checks were successful
deploy / production (push) Successful in 8m42s

This commit is contained in:
ben 2023-10-17 02:15:21 -04:00
parent 22338754f9
commit c963982bfb

View File

@ -37,7 +37,7 @@ run("cd {{release_path}} && {{bin/npm}} run {$command}");
}); });
task('perm:fix', function () { task('perm:fix', function () {
run("chown -R nginx:nginx /opt/PriceyBotPanel"); run("chown -R nginx:nginx /opt/PriceyBotPanel/{current,release,shared}");
}); });