Browse Source

Preserve permissions

Issue when you tweak read permissions for security, and those
permissions weren't updated.
DricomDragon 5 năm trước cách đây
mục cha
commit
2104b3ecd0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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