Adding new step for woodpecker-cicd to ssh into autobaan container

This commit is contained in:
Collin Duncan 2025-04-24 10:55:58 +02:00
parent 3951862c66
commit 93ec1fb4db
No known key found for this signature in database

View file

@ -8,3 +8,8 @@ steps:
commands:
- npm ci
- npm run test:unit
- name: deploy
image: busybox
commands:
- ssh root@autobaan
- touch deploy