From 8a2bfb6b18f0ce78677f4007fc4d56fe2e18208a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Fri, 23 May 2025 14:44:04 +0400 Subject: [PATCH] Fix attribute Was moved to a new name since the recipe was created --- site-cookbooks/kosmos_drone/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos_drone/recipes/default.rb b/site-cookbooks/kosmos_drone/recipes/default.rb index 1eec1d2..f816377 100644 --- a/site-cookbooks/kosmos_drone/recipes/default.rb +++ b/site-cookbooks/kosmos_drone/recipes/default.rb @@ -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'],