From 93ec1fb4dbf0c4d72942d0cd9813d99ee659a2eb Mon Sep 17 00:00:00 2001 From: Collin Duncan <3679940+cgduncan7@users.noreply.github.com> Date: Thu, 24 Apr 2025 10:55:58 +0200 Subject: [PATCH] Adding new step for woodpecker-cicd to ssh into autobaan container --- .woodpecker/test.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 2f69ba9..ed12911 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -8,3 +8,8 @@ steps: commands: - npm ci - npm run test:unit + - name: deploy + image: busybox + commands: + - ssh root@autobaan + - touch deploy