Skip to content

Commit

Permalink
Remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
wakibi committed Nov 22, 2023
1 parent 3c9feab commit 1f9025b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ then

start_new_process "Generating static assets"
docker-compose exec -T ${new_state} python manage.py collectstatic --noinput
sudo chown -R di_website:di_website assets
chown -R di_website:di_website assets

exit 0

Expand Down

0 comments on commit 1f9025b

Please sign in to comment.