Explorar o código

Preserve permissions

Issue when you tweak read permissions for security, and those
permissions weren't updated.
DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
2104b3ecd0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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