Skip to content

Commit

Permalink
scripts: fix user and group for new server
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyosan committed Jul 30, 2021
1 parent 69e419c commit b5c86b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy_prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ php artisan route:cache
php artisan view:cache

# fix permissions
chown -R mpalade:mpalade .
chmod -R u+rwX,go+rX,go-w .
sudo chown -R worker:www-data .
sudo chmod -R u+rwX,go+rX,go-w .

# all done
php artisan up

0 comments on commit b5c86b6

Please sign in to comment.