Remove chown of symlink
This commit is contained in:
parent
67d48ad697
commit
e0fd8948cd
1 changed files with 0 additions and 2 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -72,8 +72,6 @@ jobs:
|
|||
rm -rf ${{ env.newReleaseDir }}/storage;
|
||||
cd ${{ env.newReleaseDir }};
|
||||
ln -nfs ${{ secrets.DEPLOYMENT_BASE_DIR }}/persistent/storage storage;
|
||||
sudo chown ${{ secrets.HTTP_USER }}:${{ secrets.HTTP_USER }} storage;
|
||||
ls -l | grep 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