From 78e43fef81520eaea0e5677d4be6caeabfeab265 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 31 Jul 2025 14:53:27 +0000 Subject: [PATCH] pipeline build v15 - fix syntax --- .woodpecker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 <