Skip to content

Commit d273b2f

Browse files
Fix permission issues when publishing site
1 parent 69d7751 commit d273b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_reusable-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
- name: Deploy artifacts
209209
uses: burnett01/rsync-deployments@7.0.1
210210
with:
211-
switches: -vrt --delete --chmod=D755,F644 --timeout=300
211+
switches: -vrt --delete --inplace --chmod=D755,F644 --timeout=300
212212
rsh: -o ServerAliveInterval=60 -o ServerAliveCountMax=30
213213
path: public/
214214
remote_path: ${{ secrets.DEPLOY_SSH_DIR }}

0 commit comments

Comments
 (0)