From aed67091a33e59e23a0efb76e16e81610b9075d5 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sat, 6 Dec 2025 12:30:28 +0100 Subject: [PATCH] pipeline fix --- .woodpecker.yml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index aa21671..9422291 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,18 @@ steps: - name: copy_file - image: alpine - volumes: - - /games:/games:rw - commands: - - cp ./bombexpert.lua /games + image: appleboy/drone-scp + environment: + DROPAREA_SSH_PASSWORD: + from_secret: ssh_key + settings: + host: droparea + username: tasi + key: $DROPAREA_SSH_PASSWORD + port: 2222 + target: /home/tasi/drop/ + source: bombexpert.lua + when: + - push - name: update_catalog image: alpine environment: