Fix attribute

Was moved to a new name since the recipe was created
This commit is contained in:
Râu Cao 2025-05-23 14:44:04 +04:00
parent 846bf3483a
commit 8a2bfb6b18
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -26,7 +26,7 @@ template "#{deploy_path}/docker-compose.yml" do
mode 0640
variables domain: node["kosmos_drone"]["domain"],
upstream_port: node["kosmos_drone"]["upstream_port"],
gitea_server: "https://#{node["kosmos_gitea"]["nginx"]["domain"]}",
gitea_server: "https://#{node["gitea"]["domain"]}",
client_id: credentials['client_id'],
client_secret: credentials['client_secret'],
rpc_secret: credentials['rpc_secret'],