Move Gitea and Drone CI to new VMs #396

Merged
raucao merged 8 commits from chore/move_gitea_and_drone into master 2022-03-17 19:38:04 +00:00
Showing only changes of commit e1560ba12a - Show all commits

View File

@ -100,7 +100,7 @@ template "#{config_directory}/app.ini" do
smtp_host: smtp_credentials["relayhost"],
smtp_user: smtp_credentials["user_name"],
smtp_password: smtp_credentials["password"],
config: node.default["kosmos_gitea"]["config"]
config: node["kosmos_gitea"]["config"]
notifies :restart, "service[gitea]", :delayed
end