Ensure uploads are readable

This commit is contained in:
David Heinemeier Hansson
2023-01-23 12:45:36 +01:00
parent ddf52da132
commit 52d10394f7

View File

@@ -20,6 +20,7 @@ class Mrsk::Cli::Accessory < Mrsk::Cli::Base
accessory.files.each do |(local, remote)|
execute *accessory.make_directory_for(local, remote)
upload! local, remote
execute :chmod, "755", remote
end
end
end