Try relying on underlying permissions
This commit is contained in:
parent
750eafea04
commit
9f84a9db78
1 changed files with 0 additions and 1 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -72,7 +72,6 @@ jobs:
|
|||
rm -rf ${{ env.newReleaseDir }}/storage;
|
||||
cd ${{ env.newReleaseDir }};
|
||||
ln -nfs ${{ secrets.DEPLOYMENT_BASE_DIR }}/persistent/storage storage;
|
||||
sudo chown --no-dereference ${{ secrets.HTTP_USER }}:${{ secrets.HTTP_USER }} storage
|
||||
|
||||
# Remove the public/profile-images directory and replace with persistent data
|
||||
rm -rf ${{ env.newReleaseDir }}/public/assets/profile-images;
|
||||
|
|
Loading…
Add table
Reference in a new issue