Add Deno lockfile

This commit is contained in:
Râu Cao 2024-06-20 18:16:27 +02:00
parent 80eddfbf56
commit 522c213b09
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -43,6 +43,14 @@ remote_file "/opt/deno.json" do
notifies :restart, "service[strfry]", :delayed
end
remote_file "/opt/deno.lock" do
source "#{base_url}/deno.lock"
owner node["strfry"]["user"]
group node["strfry"]["group"]
mode "0644"
notifies :restart, "service[strfry]", :delayed
end
remote_file "/opt/strfry-policy.ts" do
source "#{base_url}/strfry-policy.ts"
owner node["strfry"]["user"]