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 f5483dd commit 80ec155
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 @@ -3,5 +3,5 @@
git pull
yarn
yarn run build
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 .

0 comments on commit 80ec155

Please sign in to comment.