Przeglądaj źródła

Preserve permissions

Issue when you tweak read permissions for security, and those
permissions weren't updated.
DricomDragon 5 lat temu
rodzic
commit
2104b3ecd0
1 zmienionych plików z 1 dodań i 1 usunięć
  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