Skip to content

Commit

Permalink
change log permission
Browse files Browse the repository at this point in the history
  • Loading branch information
BibaltiK committed Jan 16, 2024
1 parent 33e56e7 commit 577c016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
- name: rsync deployments
uses: burnett01/rsync-deployments@6.0.0
with:
switches: -vzrp --chmod=Du=rwx,Dg=rwx,Do=,Fu=rw,Fg=rw,Fo= --delete --exclude-from='.rsync-exclude'
switches: -vzrp --chmod=Du=rws,Dg=rws,Do=,Fu=rw,Fg=rw,Fo= --delete --exclude-from='.rsync-exclude'
path: /
remote_path: ${{ secrets.DEPLOY_PATH_API_BUILD }}
remote_host: ${{ secrets.DEPLOY_HOST }}
Expand Down

0 comments on commit 577c016

Please sign in to comment.