소스 검색

Preserve permissions

Issue when you tweak read permissions for security, and those
permissions weren't updated.
DricomDragon 5 년 전
부모
커밋
2104b3ecd0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ci/install-web-files.fish

+ 1 - 1
ci/install-web-files.fish

@@ -24,6 +24,6 @@ if not test -e $sourcePath
 end
 
 # Deploy
-rsync --recursive --verbose --delete-after $sourcePath $destinationPath
+rsync --perms --recursive --verbose --delete-after $sourcePath $destinationPath
 
 exit 0