diff --git a/.woodpecker.yml b/.woodpecker.yml index 52f1fe7..142eca1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -24,9 +24,9 @@ steps: echo "πŸš€ Deploying tag ${TAG} to staging" # ── SSH into the staging VM and re‑create the stack ───────── - ssh -o StrictHostKeyChecking=yes \ + ssh -o StrictHostKeyChecking=yes \ -i ~/.ssh/id_ed25519 \ - jcoakley@10.128.0.12 <