simplify: nutze ~/.ssh/deploy vom proxmox host
Deploy Staging / staging (push) Failing after 3m7s

This commit is contained in:
Sebastian Serfling
2026-05-08 15:37:37 +02:00
parent a429605f32
commit 184d8ca313
+1 -1
View File
@@ -57,7 +57,7 @@ resource "null_resource" "staging_lxc" {
connection {
type = "ssh"
user = "root"
private_key = file(pathexpand("~/.ssh/deploy"))
private_key = file(pathexpand("~/.ssh/deploy_key"))
host = var.staging_ip
timeout = "5m"
}