Skip to content

Commit

Permalink
update command to change ownership (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentauger authored May 24, 2024
1 parent 78f787a commit 5bc8ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
sudo systemctl reload php8.3-fpm.service
ln -s -n -f $RELEASE_PATH $ACTIVE_RELEASE_PATH
sudo chown -h osp.www-data $ACTIVE_RELEASE_PATH
sudo chown -R osp.www-data $ACTIVE_RELEASE_PATH
sudo chown -R osp.www-data $ACTIVE_RELEASE_PATH/
sudo chown -R osp.www-data $STORAGE_PATH
sudo chmod -R 771 $STORAGE_PATH
Expand Down Expand Up @@ -168,6 +168,6 @@ jobs:
sudo systemctl reload php8.3-fpm.service
ln -s -n -f $RELEASE_PATH $ACTIVE_RELEASE_PATH
sudo chown -h osp.www-data $ACTIVE_RELEASE_PATH
sudo chown -R osp.www-data $ACTIVE_RELEASE_PATH
sudo chown -R osp.www-data $ACTIVE_RELEASE_PATH/
sudo chown -R osp.www-data $STORAGE_PATH
sudo chmod -R 771 $STORAGE_PATH

0 comments on commit 5bc8ed6

Please sign in to comment.