Don’t change permissions back to user
This commit is contained in:
parent
c1874efeaa
commit
428252957a
1 changed files with 0 additions and 1 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -139,5 +139,4 @@ jobs:
|
|||
key: ${{ secrets.DEPLOYMENT_KEY }}
|
||||
script: |
|
||||
cd ${{ env.releasesDir }}
|
||||
ls -dt ${{ env.releasesDir }}/* | tail -n +4 | xargs -d "\n" sudo chown -R ${{ secrets.DEPLOYMENT_USER }} .;
|
||||
ls -dt ${{ env.releasesDir }}/* | tail -n +4 | xargs -d "\n" rm -rf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue