Skip to content

Commit

Permalink
fix typo (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentauger authored May 24, 2024
1 parent 81f7e5e commit 7bf8e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
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
shdo 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 7bf8e69

Please sign in to comment.