Skip to content

Commit

Permalink
Revert "Remove sudo"
Browse files Browse the repository at this point in the history
This reverts commit 1f9025b.
  • Loading branch information
wakibi committed Nov 22, 2023
1 parent 1f9025b commit fef74a0
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
chown -R di_website:di_website assets
sudo chown -R di_website:di_website assets

exit 0

Expand Down

0 comments on commit fef74a0

Please sign in to comment.