Forráskód Böngészése

Preserve permissions

Issue when you tweak read permissions for security, and those
permissions weren't updated.
DricomDragon 5 éve
szülő
commit
2104b3ecd0
1 módosított fájl, 1 hozzáadás és 1 törlés
  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