Correct permissions

This commit is contained in:
jude
2023-06-16 14:00:44 +01:00
parent 04babf7930
commit 16be7a328e
2 changed files with 3 additions and 3 deletions

View File

@ -42,8 +42,8 @@ assets = [
["target/release/reminder-rs", "usr/bin/reminder-rs", "755"],
["conf/default.env", "etc/reminder-rs/default.env", "600"],
["conf/Rocket.toml", "etc/reminder-rs/Rocket.toml", "600"],
["web/static/**/*", "lib/reminder-rs/static", "755"],
["web/templates/**/*", "lib/reminder-rs/templates", "755"],
["web/static/**/*", "lib/reminder-rs/static", "666"],
["web/templates/**/*", "lib/reminder-rs/templates", "666"],
# ["nginx/reminder-rs", "etc/nginx/sites-available/reminder-rs", "755"]
]